File indexing completed on 2024-05-12 03:54:20

0001 /*
0002     SPDX-FileCopyrightText: 2009 Pino Toscano <pino@kde.org>
0003 
0004     SPDX-License-Identifier: MIT
0005 */
0006 #include "test3a.h"
0007 #include <QGuiApplication>
0008 
0009 int main(int argc, char **argv)
0010 {
0011     QGuiApplication app(argc, argv);
0012     Q_UNUSED(app);
0013     TestNameSpace::InnerNameSpace::Test3a t = TestNameSpace::InnerNameSpace::Test3a();
0014     return 0;
0015 }