Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
compiler-rt-works-on-mingw
/
foo.cpp
blob: 4c2fb9cdb8782b69d62487cd9f27db134cf2592f [
file
] [
log
] [
blame
] [
edit
]
extern
"C"
void
foo
()
{
int
*
a
=
new
int
(
3
);
delete
a
;
}