URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [libgomp/] [testsuite/] [libgomp.c/] [appendix-a/] [a.3.1.c] - Rev 273
Compare with Previous | Blame | View Log
/* { dg-do run } */ #include <stdio.h> int main () { # ifdef _OPENMP printf ("Compiled by an OpenMP-compliant implementation.\n"); # endif return 0; }