Clang Project

clang_source_code/test/Modules/Inputs/self-referencing-lambda/module.modulemap
1module "a.h" {
2  header "a.h"
3  export *
4}
5