diff options
Diffstat (limited to 'lldb/test/global_variables/a.c')
-rw-r--r-- | lldb/test/global_variables/a.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lldb/test/global_variables/a.c b/lldb/test/global_variables/a.c new file mode 100644 index 00000000000..0a9b4f61871 --- /dev/null +++ b/lldb/test/global_variables/a.c @@ -0,0 +1,10 @@ +//===-- a.c -----------------------------------------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +int g_a = 123; + |