Sign in
fuchsia
/
third_party
/
llvm-project
/
d664c9066840ab57314f0de99fb4e5902b51f8cb
/
.
/
lldb
/
test
/
API
/
functionalities
/
breakpoint
/
breakpoint_options
/
foo.cpp
blob: e5d0e09803e60ea925224d6ae07aebf4fde249fb [
file
] [
log
] [
blame
]
namespace
ns
{
int
func
(
void
)
{
return
0
;
}
}
extern
"C"
int
foo
(
void
)
{
return
ns
::
func
();
}