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
/
StackNoConstructor.cpp
blob
9172d7be59b61bb72419c02b671b578c6a0d1e17
1
#include
"nscore.h"
2
3
struct
NS_STACK_CLASS A
4
{
5
int
i
;
6
};
7
8
void
*
Foo
()
9
{
10
return new
A
();
11
}