blob: 6ae33d1e6e6cf46ddcc69c70d382ef1a38632e74 [file] [log] [blame] [edit]
// RUN: %libomptarget-compilexx-generic && %libomptarget-run-fail-generic
// RUN: %libomptarget-compileoptxx-generic && %libomptarget-run-fail-generic
// XFAIL: intelgpu
int main(int argc, char *argv[]) {
#pragma omp target
{ __builtin_trap(); }
return 0;
}