brintos

brintos / llvm-project-archived public Read only

0
0
Text · 108 B · 3943b9c Raw
8 lines · cpp
1// Test that the lldb command `statistics dump` works.2 3void baz();4int main(void) {5  baz();6  return 0;7}8