Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/undefined-type-fixit/
public2sub.h
#ifndef PUBLIC2SUB_H #define PUBLIC2SUB_H struct use_this2sub { int field; }; #endif