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
Revert DECL_USER_ALIGN part of r241959
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
macro-2.c
blob
e2d965ff1e8bf2e5a8502467ddde34f973429bc4
1
#define DEFINED_VALUE_2 3
2
3
#include
"macro-2.h"
4
5
int
main
(
void
)
6
{
7
return
DEFINED_VALUE
-
DEFINED_VALUE_2
;
8
}