121823bfeSDouglas Gregor @class Explicit; 221823bfeSDouglas Gregor 321823bfeSDouglas Gregor int *explicit_func(void); 421823bfeSDouglas Gregor 521823bfeSDouglas Gregor struct explicit_struct { int member; }; 60abc262bSDouglas Gregor 70abc262bSDouglas Gregor #define ONE 1 8*5c193c7eSDouglas Gregor 9*5c193c7eSDouglas Gregor typedef struct my_struct_type *my_struct_ref; 10