Retro68/gcc/libgomp/testsuite/libgomp.c/appendix-a/a.3.1.c

12 lines
156 B
C
Raw Normal View History

2012-03-27 23:13:14 +00:00
/* { dg-do run } */
#include <stdio.h>
int
main ()
{
# ifdef _OPENMP
printf ("Compiled by an OpenMP-compliant implementation.\n");
# endif
return 0;
}