1 /* Typedefs of ObjC types should work without any bogus warnings. */
2 /* { dg-do compile } */
4 #include "../objc-obj-c++-shared/TestsuiteObject.h"
7 typedef TestsuiteObject MyObject;
9 int main (int argc, const char * argv[])
11 TestsuiteObject* a = nil;
13 TestsuiteObject* c = b;