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
/
e12.cpp
blob
b2292d9cbd7856b801488657be45457a411d9a84
1
typedef
int
PRBool
;
2
typedef
int
PRUint32
;
3
typedef
int
PRInt32
;
4
5
typedef
PRUint32 nsresult
;
6
typedef
short
PRUnichar
;
7
8
PRBool
bar
(
int
*
p
__attribute__
((
user
(
"NS_outparam"
)))) {
9
return
1
;
10
}