brintos

brintos / llvm-project-archived public Read only

0
0
Text · 75 B · 46b8fc0 Raw
7 lines · c
1#ifdef FOO_RETURNS_INT_PTR2int *foo(void);3#else4float *foo(void);5#endif6 7