DEBSOURCES
Skip Quicknav
sources / doxygen / 1.15.0%2Bds1-1 / testing / example_test.cpp
123456789
/** The main function */ void main() { const char* a = "Some special character here: "; Test t; t.example(); }