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