]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/compiler-rt-works-on-mingw/foo.cpp
Auto merge of #99524 - cuviper:relnotes-1.63.0, r=Mark-Simulacrum
[rust.git] / src / test / run-make-fulldeps / compiler-rt-works-on-mingw / foo.cpp
1 extern "C" void foo() {
2     int *a = new int(3);
3     delete a;
4 }