doc: Remove documentation of two obsolete spec strings
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / uns.c
blob6005467467948a62e22c27e045b17e66e57e198d
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (a)
5 if ((unsigned) a < 234)
6 return 1;