We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b7edd commit e3fd72bCopy full SHA for e3fd72b
1 file changed
tests/undef-pass/j078.c
@@ -2,11 +2,6 @@ int a(void) {
2
return 0;
3
}
4
5
-int b(void) {
6
- _Thread_local int x;
7
- return 0;
8
-}
9
-
10
int c(void) {
11
auto int x;
12
0 commit comments