Clang Project

clang_source_code/test/Modules/Inputs/warn-unused-local-typedef.h
1inline void myfun() { typedef int a; }
2