1*31615c96Sdholland #define BC //**/* 2*31615c96Sdholland #define EC */**// 3*31615c96Sdholland 4*31615c96Sdholland BC 5*31615c96Sdholland comment? 6*31615c96Sdholland EC 7*31615c96Sdholland 8*31615c96Sdholland BC comment? EC 9*31615c96Sdholland 10*31615c96Sdholland #define FOO(x) x 11*31615c96Sdholland FOO(abc BC def EC ghi) 12*31615c96Sdholland 13*31615c96Sdholland #define BAR(x, y) x y 14*31615c96Sdholland BAR(abc BC def, ghi EC jkl) 15*31615c96Sdholland 16*31615c96Sdholland BC 17*31615c96Sdholland #define BAZ baz 18*31615c96Sdholland EC 19*31615c96Sdholland BAZ 20