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