1 2 3 4 5 6 7 8 9 10 11
int a, b; static __attribute__((cold)) void fn1() { for (;;) for (; a;) ; } void fn2() { if (b) fn1(); }