Home | History | Annotate | Download | only in CodeGen
      1 // RUN: %clang -emit-llvm -S -O0 -g %s -o - | FileCheck %s
      2 // CHECK: !MDGlobalVariable(
      3 unsigned char ctable1[1] = { 0001 };
      4