repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
20000628-1.c
blob
41b84108c6c9441a6605ba2e5bb90cd6f293a2b5
1
/* Test if #line commands are generated properly even when header
2
includes self. */
3
/* { dg-do compile } */
4
#include
"20000628-1.h"
5
int
main
(
void
) {
return
a
+
b
+
c
; }