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