Bug #1267: Integrate METIS graph partitioning library
[charm.git] / src / libs / ck-libs / metis / GKlib / conf / check_thread_storage.c
blobe6e1e980e2b37e4afede340e3be6da69e4c6b2fc
1 extern __thread int x;
3 int main(int argc, char **argv) {
4 return 0;