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