aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2002-10-15-OpaqueTypeProblem.ll
blob: 2f6d9beb74a512c201c5a1358097d34c80ab1cd9 (plain)
1
2
3
4
5
6
; 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]