blob: 3aa39bb7388fafb4c5c2954cec476c1a19fd8692 [file] [log] [blame] [edit]
struct G;
fn main() {
let g = G(); //~ ERROR: expected function, found struct `G`
}