[LVI] Add trunc to i1 handling. (#124480)
[llvm-project.git] / clang / test / Modules / Inputs / pch-with-module-name / module.modulemap
blob379b0d48d5899b1b99034dcb598f7c1011b9e138
1 module CloudKit {
2   header "C.h"
3   export *
6 module Contacts {
7   header "D.h"
8   export *