URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [libgomp/] [testsuite/] [libgomp.c/] [appendix-a/] [a.3.1.c] - Rev 866
Go to most recent revision | 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; }
Go to most recent revision | Compare with Previous | Blame | View Log