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