Sign in
rust
/
rust-lang
/
llvm-project
/
2a2ea6b49e79325e0d10d33fac2b10ea3bebcc7c
/
.
/
clang
/
test
/
utils
/
update_cc_test_checks
/
Inputs
/
replace-value-regex-across-runs.c
blob: 8914a219537128635f27dd32cc094d08016e80dd [
file
] [
log
] [
blame
]
// 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
;
}