1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Whoever checked this testcase in apparently never tested it.

llvm-svn: 5957
This commit is contained in:
Chris Lattner 2003-04-26 17:44:17 +00:00
parent 97c9c55218
commit d2de77d704

View File

@ -1,4 +1,5 @@
struct Comm;
typedef struct Comm* MPI_Comm;
MPI_Comm* thing;
%MPI_Comm = type %struct.Comm*
%struct.Comm = type opaque
%thing = global %MPI_Comm* null ; <%MPI_Comm**> [#uses=0]
implementation ; Functions: