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