// This file may be redistributed and modified only under the terms of // the GNU Lesser General Public License (See COPYING for details). // Copyright (C) 2003 Al Riddoch // This test verifies that the forward declarations in ObjectsFwd.h // match the real declarations in the other headers. #include #include #include #include #include #include int main() { return 0; }