summaryrefslogtreecommitdiffstats
path: root/examples/example_test.cpp
blob: cefee432992507b15c10249af9859568b4759b1b (plain)
1
2
3
4
5
void main()
{
  Example_Test t;
  t.example();
}