aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/2009-10-20-GlobalDebug.c
blob: fddc76c14da86028af1fa21ce23793fb471ff7be (plain)
1
2
3
4
// RUN: clang -ccc-host-triple i386-apple-darwin10 -S -g -dA %s -o - | FileCheck %s
int global;
// CHECK: asciz  "global"                                    ## DW_AT_name
int main() { return 0;}