Add copy of .ttf font with .eot extension for testing
[wine-gecko.git] / xpcom / tests / static-checker / TestFinalTemplate.cpp
blobe274036818bc0b64d96215bf701c857b5c4eacd9
1 #include "nscore.h"
3 template<class T>
4 struct NS_FINAL_CLASS A
6 T i;
7 };
9 struct Bint : A<int>
11 int j;