/* * Copyright 2014 Haiku, Inc. * Distributed under the terms of the MIT License. */ #ifndef SIZEOF_TEST_H #define SIZEOF_TEST_H #include #include class SizeofTest: public BTestCase { public: SizeofTest(); virtual ~SizeofTest(); void TestSize(); static void AddTests(BTestSuite& suite); }; #endif