1// Test that the lldb command `statistics dump` works.
2
3void baz();
4int main(void) {
5 baz();
6 return 0;
7}
8

source code of lldb/test/API/commands/statistics/basic/third.cpp