Bump to doxygen 1.9.2
[platform/upstream/doxygen.git] / testing / example_test.cpp
1 void main()
2 {
3   const char* a = "Some special character here: \a ";
4
5   Test t;
6   t.example();
7 }
8