xref
: /
external
/
clang
/
test
/
ASTMerge
/
Inputs
/
anonymous-fields1.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
class
A
{
2
public
:
3
struct
{
int
foo
; }
f
;
4
struct
{
int
foo
; }
g
;
5
};
6