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
/
eb54.C
blob: dfcf3a9e927deacd06e5b38ffdeef243baca7a49 (
plain
)
1
2
3
4
5
6
7
#include <iomanip.h> int main() { cout << setbase(3) << endl; exit (0); }