brintos

brintos / llvm-project-archived public Read only

0
0
Text · 96 B · 3af4e32 Raw
6 lines · cpp
1// Test that the lldb command `statistics` works.2 3int main(void) {4  return 0; // break here5}6