summary refs log tree commit diff stats
path: root/tinyc/tests/pp/07.c
blob: b22b22bbcc9bbfbd7dc8d826f13b3904fa9a76c2 (plain) (blame)
1
2
3
4
#define a() YES
#define b() a
b()
b()()