blob: 5c30bc57e46c72c23e09538fda5a55b01001cc6f [file] [log] [blame]
Bruno Cardoso Lopesfbff2fa2018-04-27 18:01:23 +00001
2module A {
3 header "a.h"
4 header "a-proto.h"
5 export *
6}
7
8module AP {
9 header "a-private.h"
10 export *
11}