// RUN: %clang_cc1 -triple=i686-apple-darwin9 -emit-llvm -o %t %s // RUN: grep -e "@\\\22\\\22" %t // RUN: grep -e "@\\\22\\\22" %t // RUN: grep -e "@\\\22\\\22" %t // RUN: grep -e "@\\\22Foo\\\22" %t // RUN: grep -e "{Intf=@@@@#}" %t @protocol X, Y, Z; @class Foo; @protocol Proto @end @interface Intf { id IVAR_x; id IVAR_xy; id IVAR_xyz; Foo *IVAR_Fooxyz; Class IVAR_Classx; } @end @implementation Intf @end int main() { const char * en = @encode(Intf); }