2013-08-24 23:16:06 +02:00
|
|
|
// This file was auto-generated using 'src/etc/generate-keyword-tests.py static'
|
|
|
|
|
|
|
|
fn main() {
|
2019-08-27 13:04:48 +02:00
|
|
|
let static = "foo"; //~ error: expected identifier, found keyword `static`
|
2013-08-24 23:16:06 +02:00
|
|
|
}
|