Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
llvm-project-archived
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Issues
2
Discussions
0
Wiki
0
Insights
llvm-project-archived
/
lldb
/
test
/
API
/
commands
/
statistics
/
basic
/
second.cpp
Text
·
96 B
·
3af4e32
Raw
6 lines · cpp
1
// Test that the lldb command `statistics` works.
2
3
int main(void) {
4
return 0; // break here
5
}
6