// RUN: %clang_cc1 -no-opaque-pointers -verify -fopenmp -x c++ -triple powerpc64le-unknown-linux -S -emit-llvm %s -o - -std=c++11 2>&1 | FileCheck %s
// RUN: %clang_cc1 -no-opaque-pointers -verify -fopenmp -x c++ -fopenmp-targets=x86_64-pc-linux-gnu -triple powerpc64le-unknown-linux -S -emit-llvm %s -o - -std=c++11 2>&1 | FileCheck %s
// expected-no-diagnostics
;
;
;
constexpr double h_chebyshev_coefs = ;
void
// CHECK: void @__omp_offloading_{{.+}}test{{.+}}(double* %0)
int
// CHECK: call void @__omp_offloading_{{.+}}_main_{{.+}}()