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