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
/
TestFinalTemplate.cpp
blob
e274036818bc0b64d96215bf701c857b5c4eacd9
1
#include
"nscore.h"
2
3
template
<
class
T
>
4
struct
NS_FINAL_CLASS A
5
{
6
T i
;
7
};
8
9
struct
Bint
:
A
<
int
>
10
{
11
int
j
;
12
};