aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll
blob: 2563d8cb51e6254458cbd7ff0b849e3187f9bc51 (plain)
1
2
3
4
5
6
; RUN: llc < %s -march=c

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