xref: /llvm-project/lldb/test/API/commands/statistics/basic/second.cpp (revision 24feaab8380c69d5fa3eb8c21ef2d660913fd4a9)
1 // Test that the lldb command `statistics` works.
2 
3 int main(void) {
4   return 0; // break here
5 }
6