Files
RedBear-OS/local/recipes/kde/kf6-kconfig/source/autotests/kconfig_compiler/test13main.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 "test13.h"
int main(int, char **)
{
Test13 t = Test13();
return 0;
}