unplugged-vendor/external/llvm-project/clang/test/Index/Inputs/a.h

5 lines
46 B
C
Raw Permalink Normal View History

#ifndef A_H
#define A_H
typedef int A;
#endif