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