Blame examples/example_test.cpp

Packit Service 50c9f2
void main()
Packit Service 50c9f2
{
Packit Service 50c9f2
  Example_Test t;
Packit Service 50c9f2
  t.example();
Packit Service 50c9f2
}