int main() { int Error(0); Error += test_reflect(); Error += test_refract(); return Error; }
int main(){ test_loop(); test_task(); test_reduction(); test_gmove(); test_bcast(); test_reflect(); test_barrier(); #pragma xmp task on t(1) printf("PASS\n"); return 0; }