blob: 916b53209886246e44b9bf1f2a2fc7d76889a190 [file] [log] [blame]
module ImportsFoo {
header "ImportsFoo.h"
export *
}
module ImportsImportsFoo {
header "ImportsImportsFoo.h"
export *
}
module PopularAPI {
header "popular.h"
export *
}
module PopularAPI2 {
header "popular2.h"
export *
}
module PopularAPI3 {
header "popular3.h"
export *
}
module ImportedByAuxFile {
header "imported_by_aux_file.h"
export *
}