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