1 2 3 4 5 6 7 8
void main() { const char* a = "Some special character here: "; Test t; t.example(); }