blob: 61831ef79340e85760b35119d483bbf9cfa3ec73 [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>
Joel E. Denny91f80662019-05-28 19:27:19 +000010// CHECK-NEXT: `-OMPTaskwaitDirective {{.*}} <line:4:1, col:21> openmp_standalone_directive