xref
: /
llvm-project
/
clang
/
test
/
ASTMerge
/
anonymous-fields
/
Inputs
/
anonymous-fields1.cpp
(revision 0333dd95636da52229ca14b4e5525c1cd8ba62d2)
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