Bug 462294 - Add "View Video" to context menu for <video> elements. r=gavin, ui...
[wine-gecko.git] / xpcom / tests / static-checker / StackNoConstructor.cpp
blob9172d7be59b61bb72419c02b671b578c6a0d1e17
1 #include "nscore.h"
3 struct NS_STACK_CLASS A
5 int i;
6 };
8 void* Foo()
10 return new A();