blob: fdd287679d18b2746c8d10d8303bfc7bb25baa5a [file] [log] [blame]
static x = 3; // { dg-error "expecting ':' but '=' found" }
fn main() {
let y = x +1;
}