* gcc-interface/decl.c (gnat_to_gnu_field): Do not set the alignment
[official-gcc.git] / gcc / testsuite / gcc.test-framework / dg-warning-exp-P.c
blob0350e52167aec52d51d53f4736604b0731a75512
1 /* Test the tester; previously part of gcc.misc-tests/dg-9.c. */
2 /* { dg-prms-id 42 } */
3 /* { dg-options "-Wall" } */
5 f () { /* { dg-warning "return type" "warning test" } */
6 } /* { dg-warning "control reaches end" "warning test" } */
8 main (int argc, char *argv[]) { /* { dg-warning "return type" "warning test" } */
9 } /* { dg-warning "control reaches end" "warning test" } */