summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll
blob: 1a9cdb766c4278921c7ea4c555a1c00adf60e004 (plain)
1
2
3
4
5
6
7
; RUN: llvm-upgrade < %s | llvm-as | llc -march=c

	%MPI_Comm = type %struct.Comm*
	%struct.Comm = type opaque
%thing = global %MPI_Comm* null		; <%MPI_Comm**> [#uses=0]

implementation   ; Functions: