Sign in
llvm
/
clang
/
c78da41cdae532adb51d10ed73482642881346dd
/
.
/
test
/
Modules
/
Inputs
/
undefined-type-fixit
/
public2.h
blob: 2aa3e9614c81a746c9cbe318cc32846b191f5748 [
file
] [
log
] [
blame
]
#ifndef
PUBLIC2_H
#define
PUBLIC2_H
struct
use_this2
{
int
field
;
};
#endif