blob: 0f807db062837430e843c9315fa32b0782b02072 [file] [log] [blame]
int main(int, char**) {
int x = 0;
[[ assert: x < 0 ]];
return 0;
}