Skip to content

Commit 9a0e0f5

Browse files
committed
Fix failing test bot
This addresses the issue found by: https://lab.llvm.org/buildbot/#/builders/144/builds/11070
1 parent d74b1f0 commit 9a0e0f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/test/C/C2y/n3344.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ void quubble(extern void); // expected-error {{invalid storage class speci
2323
#if __STDC_VERSION__ >= 202311L
2424
void quibble(constexpr void); // expected-error {{function parameter cannot be constexpr}}
2525
#endif
26+
#if __STDC_VERSION__ >= 201112L
2627
void quabble(_Thread_local void); // expected-error {{'_Thread_local' is only allowed on variable declarations}}
28+
#endif
2729
void bing(void, ...); // expected-error {{'void' must be the first and only parameter if specified}}
2830

0 commit comments

Comments
 (0)