aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/reject_extern_variables_with_initializers.zig
blob: a52987f1851098c8b573681f7f9fcae42ed75da2 (plain)
1
2
3
4
5
6
7
extern var foo: int = 2;

// error
// backend=stage2
// target=native
//
// :1:23: error: extern variables have no initializers