mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-08 23:16:05 +00:00
6 lines
105 B
C
6 lines
105 B
C
![]() |
int main(int argc, char **argv) {
|
||
|
lldb_enable_attach();
|
||
|
int to_complete = 0;
|
||
|
return to_complete;
|
||
|
}
|