mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-10 02:40:46 +00:00
5 lines
54 B
C++
5 lines
54 B
C++
|
extern "C" void VerifyCXX(void)
|
||
|
{
|
||
|
delete new int;
|
||
|
}
|