Blob Blame History Raw
void main()
{
  const char* a = "Some special character here:  ";

  Test t;
  t.example();
}