index
:
agbcc
master
game boy advance c compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.old-deja
/
g++.bob
/
extern_C.C
blob: 6b91adc36e3649fef340bcde3051e39cc9481dd7 (
plain
)
1
2
3
4
5
6
7
8
9
// Build don't link: extern "C" { class A { public: void a(); }; }; void A::a() {}