Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.robertl / eb54.C
blob1e71ca82e6dbc16ccf60b3f0b0354c9c7e3f73fa
1 // { dg-do run  }
2 #include <iomanip>
3 #include <iostream>
4 #include <cstdlib>
6 int main()
8   std::cout << std::setbase(3) << std::endl;
9   std::exit (0);