Searched refs:fun_with_macro_bodies (Results 1 – 1 of 1) sorted by relevance
21 #define fun_with_macro_bodies(x, y) do { if (x) y } while (0) macro25 fun_with_macro_bodies(x, { int z = x; ++z; }); in test()