Sign in
llvm
/
llvm-archive
/
7d3ebf3eceb2e527e4135de9fbfc712843f3003a
/
.
/
llvm-gcc-4.0
/
gcc
/
testsuite
/
gcc.dg
/
tls
/
diag-5.c
blob: 623832c3812f5e6bd5a49af0732fdf013260fadd [
file
] [
log
] [
blame
]
/* __thread specifiers on empty declarations. */
__thread
struct
foo
;
/* { dg-warning "warning: useless '__thread' in empty declaration" } */