Clang Project

clang_source_code/test/Modules/Inputs/header-attribs/textual.modulemap
1module A {
2  textual header "foo.h" { size 13 }
3  textual header "bar.h" { size 1000 }
4  textual header "baz.h" { mtime 1 }
5}
6