Files
clang-p2996/clang/test/CodeGen/2009-10-20-GlobalDebug.c
2010-01-23 10:14:58 +00:00

5 lines
163 B
C

// RUN: %clang -ccc-host-triple i386-apple-darwin10 -S -g -dA %s -o - | FileCheck %s
int global;
// CHECK: asciz "global" ## External Name
int main() { return 0;}