1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fopenmp -fdump-tree-gimple" } */
4 void __attribute__((noinline
))
15 #pragma omp task firstprivate (p)
19 /* Check that new function does not end up in gimple dump. */
20 /* { dg-final { scan-tree-dump-not "foo\\._omp_cpyfn\\.1 \\(struct" "gimple" } } */