1 volatile int a = 42;
main(void)2 int main (void) {
3   return __builtin_expect(a, 1);
4 }
5