The Nest
Explore
Sign in
nuudlman
llvm
clang
test
ASTMerge
anonymous-fields
Inputs
anonymous-fields1.cpp
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
class
A
{
public
:
struct
{
int
foo
;
}
f
;
struct
{
int
foo
;
}
g
;
}
;