blob: 3e3e0479835d5c6e340565e05e650f115ca7f751 [file] [log] [blame]
Roman Lebedevfdb3d9b2019-03-20 16:31:47 +00001// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fopenmp -ast-dump %s | FileCheck --match-full-lines -implicit-check-not=openmp_structured_block %s
2
3void test() {
4#pragma omp taskwait
5}
6
7// CHECK: TranslationUnitDecl {{.*}} <<invalid sloc>> <invalid sloc>
8// CHECK: `-FunctionDecl {{.*}} <{{.*}}ast-dump-openmp-taskwait.c:3:1, line:5:1> line:3:6 test 'void ()'
9// CHECK-NEXT: `-CompoundStmt {{.*}} <col:13, line:5:1>
Roman Lebedevb5700602019-03-20 16:32:36 +000010// CHECK-NEXT: `-OMPTaskwaitDirective {{.*}} <line:4:9, col:21> openmp_standalone_directive