static inline __attribute__((always_inline)) int foo() { return 0; } int main() { if (foo()) bar(); }