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
/
TestFinal.cpp
blob
31e641a9cbf0d0e53a0240d342cf53da340356d8
1
#include
"nscore.h"
2
3
struct
NS_FINAL_CLASS A
4
{
5
int
i
;
6
};
7
8
struct
B
:
A
9
{
10
int
j
;
11
};