Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
01e56aecb77a96dcd93fa0e901b919f2e441981d
/
.
/
test
/
CodeGen
/
2009-10-20-GlobalDebug.c
blob: 99be46996ed5520ddfcd38d06a2b7db14c4b93eb [
file
] [
log
] [
blame
]
// 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
;}