blob: 1ef47273139dbb26a9e96c6847b8181a91b6fbf9 [file] [log] [blame]
#define foobar(x) \
{ \
for (i=0; i < x; i++) \
{ \
junk(i,x); \
} \
}