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
Add copy of .ttf font with .eot extension for testing
[wine-gecko.git]
/
xpcom
/
tests
/
static-checker
/
o3.cpp
blob
0e78c8835b660da5161faa5f2a2d313a0122de04
1
typedef
int
PRUint32
;
2
typedef
int
PRInt32
;
3
4
typedef
PRUint32 nsresult
;
5
6
nsresult
foo
(
__attribute__
((
user
(
"outparam"
)))
int
*
a
) {
7
int
x
;
8
9
if
(
x
==
0
) {
10
*
a
=
1
;
11
}
12
return
x
;
13
}