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 94f345c commit 7f909faCopy full SHA for 7f909fa
tests/driver.sh
@@ -677,7 +677,8 @@ try_compile_error << EOF
677
int main(void, int i) {}
678
EOF
679
680
-# Unreachable declaration should not cause prog seg-falut (prog should leave normally with exit code 0)
+# Unreachable declaration should not cause prog segmentation fault
681
+# (prog should leave normally with exit code 0)
682
try_ 0 << EOF
683
int main()
684
{
0 commit comments