/*
    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;
}