Files
RedBear-OS/local/recipes/kde/kf6-kconfig/source/autotests/kconfig_compiler/test12main.cpp
T
2026-04-14 10:51:06 +01:00

13 lines
202 B
C++

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