Sign in
fuchsia
/
third_party
/
cmake
/
d3e02f1a48dd700ff1d28b80575a494e199527ea
/
.
/
Tests
/
Visibility
/
foo.cpp
blob: 8373fd25f9013ed0bc3ef42ef07753fe68103c99 [
file
] [
log
] [
blame
]
class
Foo
{
public
:
void
bar
()
{}
};
void
baz
()
{
Foo
foo
;
foo
.
bar
();
}