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