blob: 6a8b67fefa780fb7d6a65ebd960974bc024c59d9 [file] [log] [blame]
// Testing that semicolon tokens are printed correctly in errors
fn main()
{
let x = 3 //~ ERROR: expected `;`
}