aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test12main.cpp
blob: ec45539a7fe3bbe45d33907d807c5b34930df84d (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 "test12.h"

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