aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.robertl/eb54.C
blob: bcf9968d1213897dab3b85248a79b511e56117e0 (plain)
1
2
3
4
5
6
7
8
#include <iomanip.h>
#include <stdlib.h>

int main()
{
	cout << setbase(3) << endl;
	exit (0);
}