blob: 242d0af959d40f385d2609a0450c3138c81d62cd [file] [log] [blame] [edit]
struct S;
fn repro_ref(thing: S) {
thing(); //~ ERROR expected function, found `S`
}
fn main() {}