re PR preprocessor/36649 (-H option doesn't work as expected)
[gcc.git] / gcc / testsuite / gcc.dg / pch / cpp-3.c
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 } */
5
6 #include "cpp-3.h"
7 #include "cpp-3a.h"
8
9 int
10 main (void)
11 {
12 return 0;
13 }