linamh/sys-libs/glibc/files/test-__thread.c
2009-09-12 08:46:08 +00:00

8 lines
53 B
C

extern __thread int i;
int main() {
return 0;
}