xref: /llvm-project/clang/test/VFS/Inputs/Nonmodular/umbrella.h (revision a67e4d32544dc26393a54619b5fe2b63f581773e)
1 #ifndef __umbrella_h__
2 #define __umbrella_h__
3 
4 #include <Nonmodular/A.h>
5 #endif
6