summaryrefslogtreecommitdiffstats
path: root/testing/example_test.cpp
blob: a117b636c22754e4b5bff98b5e36e2d50999e763 (plain)
1
2
3
4
5
6
7
8
void main()
{
  const char* a = "Some special character here:  ";

  Test t;
  t.example();
}