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