Sign in
chromium
/
external
/
github.com
/
llvm-mirror
/
clang
/
327f79bc69360fadf014aecc5e81bc706f9693b6
/
.
/
test
/
ASTMerge
/
anonymous-fields
/
Inputs
/
anonymous-fields1.cpp
blob: 829bc0edd30a677ab6de01a361ecf6c7b8e5ddc0 [
file
] [
log
] [
blame
]
class
A
{
public
:
struct
{
int
foo
;
}
f
;
struct
{
int
foo
;
}
g
;
};