commit | 9e10605d6b4b508c38234524fe69e6fca62cf217 | [log] [tgz] |
---|---|---|
author | Filipe Cabecinhas <me@filcab.net> | Wed Aug 22 13:25:58 2012 +0000 |
committer | Filipe Cabecinhas <me@filcab.net> | Wed Aug 22 13:25:58 2012 +0000 |
tree | d5f7b2f261fc452d306a3617f161b2cc33f02e26 | |
parent | 6eb31e7391d27fc4a78122d45138e51eae9d6743 [diff] [blame] |
Added a test for the Python part of SBInputReader callbacks. llvm-svn: 162357
diff --git a/lldb/test/python_api/input_reader/main.c b/lldb/test/python_api/input_reader/main.c new file mode 100644 index 0000000..277aa54a --- /dev/null +++ b/lldb/test/python_api/input_reader/main.c
@@ -0,0 +1,6 @@ +#include <stdio.h> + +int main(int argc, char const *argv[]) { + printf("Hello world.\n"); + return 0; +}