Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
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
;
}
};