mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
5 lines
62 B
LLVM
5 lines
62 B
LLVM
|
struct Comm;
|
||
|
typedef struct Comm* MPI_Comm;
|
||
|
MPI_Comm* thing;
|
||
|
|