llvm/clang/test/Modules/Inputs/undefined-type-fixit/public1.h

#ifndef PUBLIC1_H
#define PUBLIC1_H

struct use_this1 { int field; };

#endif