diff options
Diffstat (limited to 'lldb/test/persistent_variables/main.c')
-rw-r--r-- | lldb/test/persistent_variables/main.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lldb/test/persistent_variables/main.c b/lldb/test/persistent_variables/main.c new file mode 100644 index 00000000000..343eac7e554 --- /dev/null +++ b/lldb/test/persistent_variables/main.c @@ -0,0 +1,13 @@ +//===-- main.c --------------------------------------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +int main (int argc, char const *argv[]) +{ + return 0; +} |