Clang Project

clang_source_code/test/Modules/Inputs/undefined-type-fixit/public2.h
1#ifndef PUBLIC2_H
2#define PUBLIC2_H
3
4struct use_this2 { int field; };
5
6#endif
7