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