llvm-6502/test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll
2009-09-09 00:09:15 +00:00

7 lines
151 B
LLVM

; RUN: llc < %s -march=c
%MPI_Comm = type %struct.Comm*
%struct.Comm = type opaque
@thing = global %MPI_Comm* null ; <%MPI_Comm**> [#uses=0]