annotate tests/t12.c @ 207:217727e65236

Added tag release-0.5.3 for changeset 9aa91d3fe3a3
author David A. Holland
date Mon, 21 Jan 2019 21:21:50 -0500 (2019-01-22)
parents eaa154ded584
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
46
eaa154ded584 Test recursive macros.
David A. Holland
parents:
diff changeset
1 #define BOO(yah) BOO(yah)
eaa154ded584 Test recursive macros.
David A. Holland
parents:
diff changeset
2 BOO(yah)