* gcc-interface/decl.c (gnat_to_gnu_field): Do not set the alignment
[official-gcc.git] / gcc / testsuite / gcc.test-framework / dg-excess-errors-exp-XP.c
blob4aecca3ba340a1df2115d74df7bb1660ef850f7c
1 /* Test the tester. */
2 /* { dg-prms-id 42 } */
3 /* { dg-options "-Wall" } */
4 /* { dg-do compile } */
5 /* { dg-excess-errors "excess errors" } */
7 /* No messages, so unexpected pass. */
9 int main () { return 0; }