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