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
AMDGPU: Allow f16/bf16 for DS_READ_TR16_B64 gfx950 builtins (#118297)
[llvm-project.git]
/
flang
/
test
/
Semantics
/
implicit12.f90
blob
bff2cb1545b13ec83727d4b481aad527a8bea71f
1
! RUN: %python %S/test_errors.py %s %flang_fc1
2
use
iso_c_binding
,
only
:
c_ptr
,
c_associated
3
implicit none
(
external
)
4
type
(
c_ptr
) ::
cptr
5
if
(.
not
.
c_associated
(
cptr
))
then
6
return
7
end if
8
end