blob: e06ff7aedaf040f3b298c5236ef9dbf680aa06d9 [file] [log] [blame]
Douglas Gregor2ccd89c2011-12-20 18:11:52 +00001@class Explicit;
2
3int *explicit_func(void);
4
5struct explicit_struct { int member; };
Douglas Gregor1d4c1132011-12-20 22:06:13 +00006
7#define ONE 1
Douglas Gregor447af242012-01-05 01:11:47 +00008
9typedef struct my_struct_type *my_struct_ref;