Revert DECL_USER_ALIGN part of r241959
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / cpp-3.c
blob25b5ca4077ff97c3b671097036115ebdc10277a9
1 /* PR preprocessor/36649 */
2 /* { dg-do compile } */
3 /* { dg-options "-H -I." } */
4 /* { dg-message "cpp-3.h\[^\n\]*(\n\[^\n\]*cpp-3.c)?\n\[^\n\]*cpp-3a.h\n\[^\n\]*cpp-3b.h" "" { target *-*-* } 0 } */
6 #include "cpp-3.h"
7 #include "cpp-3a.h"
9 int
10 main (void)
12 return 0;