xfail scan-tree-dump-not throw in g++.dg/pr99966.C on hppa*64*-*-*
[official-gcc.git] / libgomp / testsuite / libgomp.c-c++-common / task-detach-11.c
blobdd002dcc8120b890b861a32972ca4719db23d34f
1 /* { dg-do run } */
3 #include <omp.h>
5 /* Test the detach clause when the task is undeferred. */
7 int main (void)
9 omp_event_handle_t event;
11 #pragma omp task detach (event)
12 omp_fulfill_event (event);