unplugged-vendor/external/llvm-project/clang/test/Modules/Inputs/unavailable-local-visibility/a.h

5 lines
46 B
C
Raw Normal View History

#ifndef A_H
#define A_H
#include "x.h"
#endif