Improve the efficiency and cleanup writing a bit
[oota-llvm.git] / test / CBackend / 2002-10-15-OpaqueTypeProblem.ll
1 struct Comm;
2 typedef struct Comm* MPI_Comm;
3 MPI_Comm* thing;
4