summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/def.h
blob: 6d06b08125102f98c8426fc7900ad358f1120c07 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "def-include.h"



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