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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
180 B
Plaintext
Raw Normal View History

module va_list_a { header "va_list_a.h" }
module va_list_b { header "va_list_b.h" }
module top { header "top.h" }
module left { header "left.h" }
module right { header "right.h" }