1 // Test that objective-c++ does not confuse a template parameter named 'Object'
2 // with an interface of the same name.
3 // Author: Fariborz Jahanian <fjahanian@apple.com>
6 // { dg-additional-options "-Wno-objc-root-class" }
7 typedef struct objc_class *Class;
15 template <class Object>
18 static Object* checked_downcast(Object* x)