OpenGrok
Cross Reference: public2sub.h
xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
undefined-type-fixit
/
public2sub.h
Home
|
History
|
Annotate
|
Download
|
only in
undefined-type-fixit
1
#
ifndef
PUBLIC2SUB_H
2
#
define
PUBLIC2SUB_H
3
4
struct
use_this2sub
{
int
field
; };
5
6
#
endif
7