Clang Project

clang_source_code/test/Modules/Inputs/normal-module-map/Umbrella/Umbrella.h
1int umbrella;
2
3#include "umbrella_sub.h"
4
5