Fix file cache tunables documentation
[official-gcc.git] / gcc / testsuite / gcc.dg / pr101858.c
blob61fcca60982cfdf36128364eacb53b4131fb2fc2
1 /* { dg-do compile } */
2 /* { dg-options "-w" } */
4 int foo(int a)
6 if (a < (int*)((__INTPTR_TYPE__)1 << a))
7 a = 0;
8 return a;