Sign in
cobalt
/
cobalt
/
3cd5432aaed8f14f27f66ade1b51aa71df939492
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Analysis
/
unified-sources
/
container.h
blob: d0bcd778899a5ecf26f6a3bd63fa246da5f06cea [
file
] [
log
] [
blame
]
class
ContainerInHeaderFile
{
class
Iterator
{
};
public
:
Iterator
begin
()
const
;
Iterator
end
()
const
;
int
method
()
{
return
0
;
}
};