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