summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2009-10-20-GlobalDebug.c
blob: f19ceb1e73c18da520031de5f5ed4217ece44e6a (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;}
OpenPOWER on IntegriCloud