modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/ex.c (about) 1 /* { dg-require-effective-target untyped_assembly } */ 2 3 foo (a, b) 4 { 5 if ((a & (1 << b)) == 0) 6 return 1; 7 return 0; 8 } 9 10 main () 11 { 12 printf ("%d\n", foo ()); 13 }