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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
abi
/
macro1.C
blob
871208da3ad5ec0c2e03aef925e08ac2ec6e3469
1
// { dg-options "-fabi-version=1" }
2
3
#if __GXX_ABI_VERSION != 102
4
#error "Incorrect value of __GXX_ABI_VERSION"
5
#endif