#include "nscore.h" template struct NS_FINAL_CLASS A { T i; }; struct Bint : A { int j; };