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