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

Go to the documentation of this file.
00001 /* { dg-do run } */
00002 
00003 #include <stdio.h>
00004 int
00005 main ()
00006 {
00007 # ifdef _OPENMP
00008   printf ("Compiled by an OpenMP-compliant implementation.\n");
00009 # endif
00010   return 0;
00011 }

Generated on Fri Apr 5 05:38:10 2013 for Libgomp by  doxygen 1.4.7