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