gecko-dev/xpcom/tests/static-checker/StackNoConstructor.cpp

12 строки
94 B
C++

#include "nscore.h"
struct NS_STACK_CLASS A
{
int i;
};
void* Foo()
{
return new A();
}