2009-10-20-GlobalDebug.c revision 27059c8ef47e29d6af600cee72c0c0b5e4e4c377
1// RUN: clang -ccc-host-triple i386-apple-darwin10 -S -g -dA %s -o - | FileCheck %s
2int global;
3// CHECK: asciz  "global"                                    ## DW_AT_MIPS_linkage_name
4int main() { return 0;}
5