About
Contact
QtCreator
KDevelop
Solarized
1
// Test that the lldb command `statistics dump` works.
2
3
void
baz
();
4
int
main
(
void
) {
5
baz
();
6
return
0
;
7
}
8