diff options
Diffstat (limited to 'lldb/test/Shell/Driver/Inputs/hello.c')
-rw-r--r-- | lldb/test/Shell/Driver/Inputs/hello.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/Shell/Driver/Inputs/hello.c b/lldb/test/Shell/Driver/Inputs/hello.c new file mode 100644 index 00000000000..03b2213bb9a --- /dev/null +++ b/lldb/test/Shell/Driver/Inputs/hello.c @@ -0,0 +1,3 @@ +int main(void) { + return 0; +} |