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
/
mi1cc.h
blob
46a38cded01aacb6867bf616f500e421c6c77a22
1
// Redundant header include test with C comments at top.
2
3
#ifndef CPP_MICC_H
4
#define CPP_MICC_H
5
6
int
b
;
7
8
#endif
9
10
// And at the end too!