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:
parent
97c9c55218
commit
d2de77d704
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user