llvm-6502/test/CBackend/2002-10-15-OpaqueTypeProblem.ll
Chris Lattner 8371299258 New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4189 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-16 00:08:08 +00:00

5 lines
62 B
LLVM

struct Comm;
typedef struct Comm* MPI_Comm;
MPI_Comm* thing;