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

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