Skip to content

Commit c14ecb9

Browse files
committed
Add test enums bitwise operation crash
1 parent ae53fb0 commit c14ecb9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// PARAM: --enable ana.int.enums
2+
3+
int main() {
4+
int r; // rand
5+
int x = r & 1; // TODO NOCRASH
6+
return 0;
7+
}

0 commit comments

Comments
 (0)