Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libgomp/testsuite/libgomp.c/appendix-a/a.3.1.c
2023-03-06 14:48:14 +01:00

11 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;
}