summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/def.h
blob: 6fa83d3eec75a6ede084fecfb5b6629edec79fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#include "def-include.h"



@interface A {
@public
  int ivar;
}
@end

@interface Def
- defMethod;
@end

#ifdef __cplusplus
class Def2 {
public:
  void func();
};

namespace Def3NS {
  class Def3 {
  public:
   void func();
  };
}
#endif
OpenPOWER on IntegriCloud