blob: 5c0c2aec79e8cda7701f16536839f6f48cbe78a4 [file] [log] [blame]
@protocol foo;
typedef typeof(@"foo" "bar") objc_string;
typedef typeof(@encode(int)) objc_encode;
typedef typeof(@protocol(foo)) objc_protocol;
//const char *X;