1 // RUN: %libomptarget-compile-generic && %libomptarget-run-fail-generic 2>&1 | \
2 // RUN: %fcheck-generic --check-prefix=CHECK
6 // UNSUPPORTED: powerpc64-ibm-linux-gnu
7 // UNSUPPORTED: powerpc64-ibm-linux-gnu-LTO
8 // UNSUPPORTED: aarch64-unknown-linux-gnu
9 // UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
10 // UNSUPPORTED: x86_64-pc-linux-gnu
11 // UNSUPPORTED: x86_64-pc-linux-gnu-LTO
16 // CHECK: Assertion failed: '0 && "Trivial failure"' in function: 'int main()'
17 // CHECK-NOT: Assertion failed:
20 { assert(0 && "Trivial failure"); }