Clang Project

clang_source_code/test/VFS/Inputs/Nonmodular/umbrella.h
1#ifndef __umbrella_h__
2#define __umbrella_h__
3
4#include <Nonmodular/A.h>
5#endif
6