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 a134951 commit a763128Copy full SHA for a763128
c/common/test/rules/deadcode/test.c
@@ -1,6 +1,6 @@
1
// NOTICE: THE TEST CASES BELOW ARE ALSO INCLUDED IN THE C++ TEST CASE AND
2
// CHANGES SHOULD BE REFLECTED THERE AS WELL.
3
-#include<stdbool.h>
+#include <stdbool.h>
4
5
int may_have_side_effects();
6
int no_side_effects(int x) { return 1 + 2; }
0 commit comments