aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test13main.cpp
blob: d13d1de6ce3f6894774e1d88b1a1120ca41caab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
    SPDX-FileCopyrightText: 2003 Cornelius Schumacher <schumacher@kde.org>

    SPDX-License-Identifier: MIT
*/
#include "test13.h"

int main(int, char **)
{
    Test13 *t = new Test13();
    delete t;
    return 0;
}