Crafter.Build/tests/ShouldCompile.cpp

29 lines
847 B
C++
Raw Normal View History

2024-12-29 01:00:54 +01:00
/*
2025-10-31 16:50:47 +01:00
Crafter® Build
2025-04-29 00:15:14 +02:00
Copyright (C) 2025 Catcrafts®
2024-12-31 20:32:00 +01:00
Catcrafts.net
2024-12-29 01:00:54 +01:00
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
2025-10-31 16:50:47 +01:00
License version 3.0 as published by the Free Software Foundation;
2024-12-29 01:00:54 +01:00
2025-10-31 16:50:47 +01:00
This library is distributed in the hope that it will be useful,
2024-12-29 01:00:54 +01:00
but WITHOUT ANY WARRANTY; without even the implied warranty of
2024-12-29 01:04:33 +01:00
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2024-12-29 01:00:54 +01:00
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
2024-12-31 20:32:00 +01:00
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2024-12-29 01:00:54 +01:00
*/
2025-10-31 16:50:47 +01:00
import Crafter.Build;
import std;
using namespace Crafter;
extern "C" {
std::string* RunTest() {
return nullptr;
}
}
2024-12-29 01:00:54 +01:00