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