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

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

implementation   ; Functions: