blob: 0ac4d5b7030da3b7bc6aeee5728e7eee5f71e225 [file] [log] [blame]
Ben Langmuir71e1a642014-05-05 21:44:13 +00001module AnotherModule {
2 header "AnotherModule.h"
3 exclude header "AnotherModuleExcluded.h"
4}
5module Umbrella {
6 umbrella "umbrella"
7}
8module NotFramework {
9 header "NotFramework.h"
10}
11
12framework module * { }