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

0001 /*
0002     SPDX-FileCopyrightText: 2003 Cornelius Schumacher <schumacher@kde.org>
0003 
0004     SPDX-License-Identifier: MIT
0005 */
0006 #include "test13.h"
0007 
0008 int main(int, char **)
0009 {
0010     Test13 t = Test13();
0011     return 0;
0012 }