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
/
pch
/
macro-1.c
blob
70546bb092dd9ef21d2ad8180fede525ac513348
1
#include
"macro-1.h"
2
3
int
main
(
void
)
4
{
5
return
DEFINED_VALUE
+
1
-
DEFINED_PARAM
(
3
);
6
}