Daniel Dunbar | a572887 | 2009-12-15 20:14:24 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -emit-llvm-only -fgnu-runtime %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 |