/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ class bank { public: class helper; class other; }; class bank::helper {}; class bank::other {}; //#pragma link C++ class bank;