LOOP
#define LOOP printf
# define LOOP(x...) printf(x)
# define LOOP(x...)
LOOP,
#define LOOP /* do ... while (bit >>= 1) */ \