builtin_02_expect.c (77B)
1 int test_main(void) { 2 if (__builtin_expect(1, 1)) return 42; 3 return 0; 4 }