mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-14 06:11:43 +00:00
4 lines
54 B
C++
4 lines
54 B
C++
extern "C" void VerifyCXX(void)
|
|
{
|
|
delete new int;
|
|
}
|