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