llvm-project/clang/test/Modules/Inputs/preprocess/module.modulemap

3 lines
80 B
Plaintext

module fwd { header "fwd.h" export * }
module file { header "file.h" export * }