aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsmart/smart_test.h
blob: 89d8cbc7c64f082aa4e1da19bb1d66794684a5bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#ifndef SMART_TEST_H
#define SMART_TEST_H

namespace Test {

enum DummyEnum { Dummy1, Dummy2 };

}

#endif // SMART_TEST_H