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