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