blob: 0390d7db040b49d036b97d58cd0921aa1e23e119 [file] [log] [blame]
fn main() {
let _ = {42}(); //~ ERROR expected function, found `{integer}`
}