/* * Copyright 2018, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef DEMANGLE_TEST #define DEMANGLE_TEST #include #include class DemangleTest : public BTestCase { public: DemangleTest(); virtual ~DemangleTest(); void RunGCC2Tests(); void RunGCC3PTests(); static void AddTests(BTestSuite& suite); }; #endif // DEMANGLE_TEST