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
[clang][Driver] Support simplified triple versions for config files (#111387)
[llvm-project.git]
/
flang
/
test
/
Lower
/
Intrinsics
/
abort.f90
blob
942d3c8cd9af66808a5300ed2e30b7488d25c3da
1
! RUN: bbc -emit-fir %s -o - | FileCheck %s
2
3
! CHECK-LABEL: func.func @_QPabort_test() {
4
! CHECK: %[[VAL_0:.*]] = fir.call @_FortranAAbort() {{.*}}: () -> none
5
! CHECK: return
6
! CHECK: }
7
8
subroutine
abort_test
()
9
call
abort
10
end subroutine