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-4.c
blob
1c199fa6eb04a438d688d17b783fd4dd4f95e140
1
#define DEFN aa + bb
2
3
#include
"macro-4.h"
4
5
int
foo
(
int
aa
,
int
bb
)
6
{
7
return
DEFN
;
8
}