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