bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/header-attribs/textual.modulemap
2025-02-14 19:21:04 +01:00

5 lines
126 B
Text

module A {
textual header "foo.h" { size 13 }
textual header "bar.h" { size 1000 }
textual header "baz.h" { mtime 1 }
}