summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/2010-03-09-DbgInfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/2010-03-09-DbgInfo.c')
-rw-r--r--clang/test/CodeGen/2010-03-09-DbgInfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGen/2010-03-09-DbgInfo.c b/clang/test/CodeGen/2010-03-09-DbgInfo.c
new file mode 100644
index 0000000..3541e5f
--- /dev/null
+++ b/clang/test/CodeGen/2010-03-09-DbgInfo.c
@@ -0,0 +1,2 @@
+// RUN: %clang -emit-llvm -S -O0 -g %s -o - | grep DW_TAG_variable
+unsigned char ctable1[1] = { 0001 };