1 /* Test for -Wtraditional warnings on integer constant suffixes.
2 Note, gcc should omit these warnings in system header files.
3 By Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 8/22/2000. */
4 /* { dg-do preprocess } */
5 /* { dg-options "-Wtraditional -fno-show-column" } */
7 #if 1U /* { dg-warning "traditional C rejects" "numeric constant suffix" } */
9 #if 1u /* { dg-warning "traditional C rejects" "numeric constant suffix" } */
17 /* We are in system headers now, no -Wtraditional warnings should issue. */