diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/main.c')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/main.c b/lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/main.c new file mode 100644 index 00000000000..70a72e0b80b --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/macosx/lc-note/kern-ver-str/main.c @@ -0,0 +1,2 @@ +#include <stdio.h> +int main () { puts ("this is the lc-note test program."); } |