David Chisnall | 11d3f4c | 2012-07-03 20:49:52 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gcc %s |
David Chisnall | 11e6b0a | 2009-11-22 17:42:02 +0000 | [diff] [blame] | 2 | |
3 | @protocol MadeUpProtocol; | ||||
4 | |||||
5 | @interface Object <MadeUpProtocol> @end | ||||
6 | @implementation Object @end |