rt_gccstream/libgomp/testsuite/libgomp.c/appendix-a/a.3.1.c

12 lines
156 B
C

/* { dg-do run } */
#include <stdio.h>
int
main ()
{
# ifdef _OPENMP
printf ("Compiled by an OpenMP-compliant implementation.\n");
# endif
return 0;
}