blob: 23f3ecbb62aecce5573318141c57b452a19f6369 [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 barrier
5}
6
7// CHECK: TranslationUnitDecl {{.*}} <<invalid sloc>> <invalid sloc>
8// CHECK: `-FunctionDecl {{.*}} <{{.*}}ast-dump-openmp-barrier.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: `-OMPBarrierDirective {{.*}} <line:4:1, col:20> openmp_standalone_directive