Files
clang-p2996/clang-tools-extra/test/modularize/Inputs/CompileError/module.modulemap
Fangrui Song ac46eeaea8 [clang-tools-extra,test] Convert text files from CRLF to LF
Skip files with intentional CRLF line endings:
test/clang-apply-replacements/crlf.cpp
test/clang-apply-replacements/Inputs/crlf/crlf.cpp.expected
clangd/test/input-mirror.test
clangd/test/protocol.test
clangd/test/too-large.test
2024-05-03 09:39:17 -07:00

11 lines
125 B
Plaintext

// module.modulemap
module Level1A {
header "Level1A.h"
export *
}
module HasError {
header "HasError.h"
export *
}