teak-llvm/lldb/packages/Python/lldbsuite/test/commands/expression/multiline-completion/main.c
Raphael Isemann 250c495a7c [lldb][NFC] Remove unnecessary lldb_enable_attach in TestMultilineCompletion
We don't actually need to call this for this test.

llvm-svn: 370623
2019-09-02 07:40:06 +00:00

5 lines
81 B
C

int main(int argc, char **argv) {
int to_complete = 0;
return to_complete;
}