blob: 917f14b4d699d45d0058c49711754541f5a8c859 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// -*- C++ -*-
//
// The DDK doesn't handle <iostream> too well
//
#include <cxxtest/StdioPrinter.h>
int __cdecl main()
{
return CxxTest::StdioPrinter().run();
}
<CxxTest world>
|