Clang Project

clang_source_code/test/VFS/Inputs/MissingVFS/module.modulemap
1module A {
2  header "a.h"
3}
4