blob: e1a2db5e4d82d22cfc547bbf73bfc26a6e7174f5 [file] [log] [blame]
// This file was auto-generated using 'src/etc/generate-keyword-tests.py return'
fn main() {
let return = "foo"; //~ error: expected identifier, found keyword `return`
}