blob: 33fa7bd421c9611e7aa02c4ede69f0e7b6e8468f [file] [log] [blame]
/* Test if gcc supports thread */
int __thread x;
int main(void) { return x; }