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 d74b1f0 commit 9a0e0f5Copy full SHA for 9a0e0f5
clang/test/C/C2y/n3344.c
@@ -23,6 +23,8 @@ void quubble(extern void); // expected-error {{invalid storage class speci
23
#if __STDC_VERSION__ >= 202311L
24
void quibble(constexpr void); // expected-error {{function parameter cannot be constexpr}}
25
#endif
26
+#if __STDC_VERSION__ >= 201112L
27
void quabble(_Thread_local void); // expected-error {{'_Thread_local' is only allowed on variable declarations}}
28
+#endif
29
void bing(void, ...); // expected-error {{'void' must be the first and only parameter if specified}}
30
0 commit comments