index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libmudflap
/
testsuite
/
libmudflap.c++
/
pass55-frag.cxx
blob: e83c12461e2945f77a85a2f11e95abb11670717e (
plain
)
1
2
3
4
5
6
7
#include
<vector>
int
main
()
{
std
::
vector
<
int
>
v
;
v
.
push_back
(
1
);
return
0
;
}