Douglas Gregor | a1be278 | 2011-12-17 23:38:30 +0000 | [diff] [blame] | 1 | __import_module__ redecl_merge_top; |
2 | |||||
3 | @interface Super | ||||
4 | @end | ||||
5 | |||||
6 | @interface A : Super | ||||
7 | - (Super*)init; | ||||
8 | @end | ||||
9 | |||||
Douglas Gregor | ecb1938 | 2011-12-19 15:27:36 +0000 | [diff] [blame] | 10 | @class B; |
11 | |||||
Douglas Gregor | f63b0a5 | 2011-12-19 18:19:24 +0000 | [diff] [blame^] | 12 | #ifdef __cplusplus |
13 | template<typename T> class Vector { | ||||
14 | public: | ||||
15 | void push_back(const T&); | ||||
16 | }; | ||||
17 | #endif |