repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 462294 - Add "View Video" to context menu for <video> elements. r=gavin, ui...
[wine-gecko.git]
/
xpcom
/
tests
/
static-checker
/
StackVector.cpp
blob
1e826b0c8d3b85d40d34e75f6db57c2d7e1c95c7
1
#include
"nscore.h"
2
3
struct
NS_STACK_CLASS A
4
{
5
int
i
;
6
};
7
8
void
*
Foo
()
9
{
10
A
*
a
=
new
A
[
8
];
11
return
a
;
12
}