Douglas Gregor | 21823bf | 2011-12-20 18:11:52 +0000 | [diff] [blame] | 1 | @class Explicit; |
2 | |||||
3 | int *explicit_func(void); | ||||
4 | |||||
5 | struct explicit_struct { int member; }; | ||||
Douglas Gregor | 0abc262 | 2011-12-20 22:06:13 +0000 | [diff] [blame] | 6 | |
7 | #define ONE 1 | ||||
Douglas Gregor | 5c193c7 | 2012-01-05 01:11:47 +0000 | [diff] [blame] | 8 | |
9 | typedef struct my_struct_type *my_struct_ref; |