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 aaa49da commit 44f17feCopy full SHA for 44f17fe
unit.c
@@ -99,3 +99,5 @@ int main(int argc, char *argv[])
99
else return call_function((AVRational){2, X});
100
#undef X
101
}
102
+
103
+int foo () { for( int i = 0; i < 9; i++ ); return 0; }
0 commit comments