Add copy of .ttf font with .eot extension for testing
[wine-gecko.git] / xpcom / tests / static-checker / TestFinal.cpp
blob31e641a9cbf0d0e53a0240d342cf53da340356d8
1 #include "nscore.h"
3 struct NS_FINAL_CLASS A
5 int i;
6 };
8 struct B : A
10 int j;