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