New testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4189 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-10-16 00:08:08 +00:00
parent bf0a37b9aa
commit 8371299258
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
struct Comm;
typedef struct Comm* MPI_Comm;
MPI_Comm* thing;

View File

@ -0,0 +1,4 @@
struct Comm;
typedef struct Comm* MPI_Comm;
MPI_Comm* thing;