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
Break circular dependency between FIR dialect and utilities
[llvm-project.git]
/
flang
/
test
/
Semantics
/
bind-c07.f90
blob
ee39f5e3fd004d033bbafaddcdab5b0935d37ea4
1
! RUN: bbc -emit-fir -o - %s | FileCheck %s
2
3
module
bind_c_type
4
use
,
intrinsic
::
iso_c_binding
5
6
type
,
bind
(
C
) ::
t
7
type
(
c_ptr
) ::
tcptr
=
C_NULL_PTR
8
end type
9
end module
10
11
! CHECK-LABEL: _QMbind_c_typeE.di.t.tcptr