blob: f19ceb1e73c18da520031de5f5ed4217ece44e6a [file] [log] [blame]
// 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;}