gtsam/gtsam/3rdparty/metis/GKlib/conf/check_thread_storage.c

6 lines
72 B
C

extern __thread int x;
int main(int argc, char **argv) {
return 0;
}