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 0f9aade commit f0ca59bCopy full SHA for f0ca59b
clang/test/Sema/builtins.c
@@ -75,7 +75,7 @@ void test10(void) __attribute__((noreturn));
75
76
void test10(void) {
77
__asm__("int3");
78
- __builtin_unreachable(1, 2, 3, 6, 7);
+ __builtin_unreachable();
79
80
// No warning about falling off the end of a noreturn function.
81
}
0 commit comments