aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/2009-10-20-GlobalDebug.c
blob: 99be46996ed5520ddfcd38d06a2b7db14c4b93eb (plain) (blame)
1
2
3
4
// 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;}