mirror of https://github.com/lukechilds/cc-rs.git
4 changed files with 8 additions and 0 deletions
@ -1,5 +1,9 @@ |
|||||
#include <stdint.h> |
#include <stdint.h> |
||||
|
|
||||
|
#ifdef FOO |
||||
|
#if BAR == 1 |
||||
int32_t foo() { |
int32_t foo() { |
||||
return 4; |
return 4; |
||||
} |
} |
||||
|
#endif |
||||
|
#endif |
||||
|
Loading…
Reference in new issue