bolt/deps/llvm-18.1.8/flang/test/Semantics/bind-c07.f90
2025-02-14 19:21:04 +01:00

11 lines
223 B
Fortran

! RUN: bbc -emit-fir -o - %s | FileCheck %s
module bind_c_type
use, intrinsic :: iso_c_binding
type, bind(C) :: t
type(c_ptr) :: tcptr = C_NULL_PTR
end type
end module
! CHECK-LABEL: _QMbind_c_typeE.di.t.tcptr