aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/statistics/basic/second.cpp
blob: 3af4e320c2fb53fc3bb33900de10668c22355068 (plain)
1
2
3
4
5
// Test that the lldb command `statistics` works.

int main(void) {
  return 0; // break here
}