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