llvm-project/clang/test/utils/update_cc_test_checks/Inputs/replace-value-regex-across-...

10 lines
253 B
C

// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -fopenmp -emit-llvm -o - %s | \
// RUN: FileCheck %s
// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -fopenmp -emit-llvm -o - %s | \
// RUN: FileCheck %s
void foo(void) {
#pragma omp target
;
}