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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
macro-3.c
blob
493d954980bb3264b1a322538f2105f9921dc9d2
1
#define DEFINED_FUNC_2(x) (3 + (x))
2
3
#include
"macro-3.h"
4
5
int
main
(
void
)
6
{
7
return
DEFINED_FUNC
(
1
) -
DEFINED_FUNC_2
(-
1
);
8
}