aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pch/cpp-3.c
blob: 25b5ca4077ff97c3b671097036115ebdc10277a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* PR preprocessor/36649 */
/* { dg-do compile } */
/* { dg-options "-H -I." } */
/* { dg-message "cpp-3.h\[^\n\]*(\n\[^\n\]*cpp-3.c)?\n\[^\n\]*cpp-3a.h\n\[^\n\]*cpp-3b.h" "" { target *-*-* } 0 } */

#include "cpp-3.h"
#include "cpp-3a.h"

int
main (void)
{
  return 0;
}