Files
scummvm-cursorfix/test/cxxtest/sample/winddk/RunTests.tpl
2026-02-02 04:50:13 +01:00

14 lines
185 B
Smarty

// -*- C++ -*-
//
// The DDK doesn't handle <iostream> too well
//
#include <cxxtest/StdioPrinter.h>
int __cdecl main()
{
return CxxTest::StdioPrinter().run();
}
<CxxTest world>