summaryrefslogtreecommitdiff
path: root/clang/test/Index/Inputs/a.h
blob: 70ace8c90ee3bdccae9928a4b529e96715e88860 (about) (plain)
1
2
3
4
#ifndef A_H
#define A_H
typedef int A;
#endif