brintos

brintos / llvm-project-archived public Read only

0
0
Text · 253 B · 8914a21 Raw
10 lines · c
1// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -fopenmp -emit-llvm -o - %s | \2// RUN:     FileCheck %s3// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -fopenmp -emit-llvm -o - %s | \4// RUN:     FileCheck %s5 6void foo(void) {7  #pragma omp target8  ;9}10