example_test.cpp 41 Bytes
Newer Older
mueller's avatar
mueller committed
1 2 3 4 5
void main()
{
  Test t;
  t.example();
}