Fix for UBSan build
[platform/upstream/doxygen.git] / examples / example_test.cpp
1 void main()
2 {
3   Test t;
4   t.example();
5 }