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 50c02c9 commit 041c7cfCopy full SHA for 041c7cf
test/small1/c11-generic.c
@@ -20,8 +20,8 @@ int main() {
20
if(type3(v_int) != 1) { E(6); }
21
if(type3(v_intconst) != 1) { E(7); }
22
23
- if(type3((const int)v_int) != 1) { E(6); }
24
- if(type3((const int)v_intconst) != 1) { E(7); }
+ if(type3((const int)v_int) != 1) { E(8); }
+ if(type3((const int)v_intconst) != 1) { E(9); }
25
26
SUCCESS;
27
}
0 commit comments