llvm/clang/test/Modules/Inputs/preprocess/c.h

#ifndef C_H
#define C_H
using T = int;
#endif