Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git] / test / FrontendObjC / 2010-06-04-UnnamedCFString-dbg.m
blobbded9ea2a40371422661777e2a6a2d3dfbc7583a
1 // RUN: %llvmgcc -S -O0 -g %s -o - | grep DW_TAG_variable | count 1
3 // Do not emit debug info for unnamed builtin CFString variable.
4 @interface Foo
5 @end
6 Foo *FooName = @"FooBar";