repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR debug/48204
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
cpp-3.c
blob
25b5ca4077ff97c3b671097036115ebdc10277a9
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
}