test case for r105504.
[oota-llvm.git] / test / FrontendObjC / 2010-06-04-UnnamedCFString-dbg.m
1 // RUN: %llvmgcc -S -O0 -g %s -o - | grep DW_TAG_variable | count 1
2
3 // Do not emit debug info for unnamed builtin CFString variable.
4 @interface Foo
5 @end
6 Foo *FooName = @"FooBar";