diff options
Diffstat (limited to 'test/Modules/Inputs/def.h')
-rw-r--r-- | test/Modules/Inputs/def.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Modules/Inputs/def.h b/test/Modules/Inputs/def.h index 6d06b08..eb7eb7e 100644 --- a/test/Modules/Inputs/def.h +++ b/test/Modules/Inputs/def.h @@ -8,4 +8,13 @@ } @end +@interface Def +- defMethod; +@end +#ifdef __cplusplus +class Def2 { +public: + void func(); +}; +#endif |