Packages

Just-In-Time nif generator, FFI generator, C-compiler based on TinyCC. For Linux, MacOS, Windows (msys2)

Current section

Files

Jump to
niffler c_src tinycc tests pp 07.c
Raw

c_src/tinycc/tests/pp/07.c

#define a() YES
#define b() a
b()
b()()