/* SPDX-FileCopyrightText: 2003 Cornelius Schumacher SPDX-License-Identifier: MIT */ #include "test13.h" int main(int, char **) { Test13 *t = new Test13(); delete t; return 0; }