llvm-for-llvmta/tools/clang/test/Modules/Inputs/no-undeclared-includes-buil.../libcxx/module.modulemap

6 lines
77 B
Plaintext

module libcxx [system] {
header "stddef.h"
header "stdio.h"
export *
}