blob: 39a5b43d419b757cc7de89109d8cf749dabd73f7 [file] [log] [blame]
void main() {
print("hello");
if (1 + 1 == 3) {
// Coverage-ignore-block(suite): Not run.
print("no?!?");
}
}