repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
offload
/
test
/
offloading
/
assert.cpp
blob
07716f457e086081cb28406c4856f0b8e24e3f75
1
// RUN: %libomptarget-compilexx-generic && %libomptarget-run-fail-generic
2
// RUN: %libomptarget-compileoptxx-generic && %libomptarget-run-fail-generic
3
4
int
main
(
int
argc
,
char
*
argv
[]) {
5
#pragma omp target
6
{
__builtin_trap
(); }
7
8
return
0
;
9
}