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