Clang Project

clang_source_code/test/CodeGen/2010-03-09-DbgInfo.c
1// RUN: %clang -emit-llvm -S -O0 -g %s -o - | FileCheck %s
2// CHECK: !DIGlobalVariable(
3unsigned char ctable1[1] = { 0001 };
4