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