Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fdabb69e2e6e7046b83bd3de4e2e3e591a5d905d
/
.
/
Tests
/
LinkLanguage
/
foo.cxx
blob: 5321c2dc0f204785f5504dbcc7e804197841ef34 [
file
]
extern
"C"
int
foo
(
void
)
{
// Reference C++ standard library symbols.
delete
new
int
;
return
0
;
}