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++.robertl
/
eb62.C
blob: 02646b2fb8a628da909f9d7640ecf40c925a6c7c (
plain
)
1
2
3
4
5
6
7
//Build don't link: #include <vector> void f(void) { vector<int> l(5, 0); }