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