We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae53fb0 commit c14ecb9Copy full SHA for c14ecb9
tests/regression/98-bitwise-operations/08-logand-enums.c
@@ -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