blob: 6e9cb4c38fb426c6017272a19b18882d94bedc9a [file] [log] [blame]
// @dart = 2.9
const int y = 42;
@y
int x = 1;
@y
int x = 2;
main() {}