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