]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Modules/Inputs/private2/public2.h
Vendor import of clang release_34 branch r197841 (effectively, 3.4 RC3):
[FreeBSD/FreeBSD.git] / test / Modules / Inputs / private2 / public2.h
1 #ifndef PUBLIC2_H
2 #define PUBLIC2_H
3
4 #include "private2.h"
5
6 struct use_this2 { struct mitts_off2 field; };
7 struct use_this2 public_variable2;
8
9 #endif