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
/
StackConditional.cpp
blob
34cf7aba830083043b5ed93ea6d8fd007bcfcbb6
1
#define NS_STACK_CLASS __attribute__((user(
"NS_stack"
)))
2
3
struct
NS_STACK_CLASS A
4
{
5
int
i
;
6
};
7
8
void
9
GetIt
(
int
i
)
10
{
11
A
*
a
;
12
13
if
(
i
)
14
a
=
new
A
();
15
}