#ifdef HOGE if (uhyo == 3) { #endif bar = 0; foo = 4; #ifdef HOGE } #endif
#ifdef HOGE if (uhyo == 3) #endif { bar = 0; foo = 4; }