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