Crafter.Thread/tests/ShouldCompile/ShouldCompile.cpp

12 lines
191 B
C++
Raw Normal View History

2026-07-22 17:58:06 +02:00
//SPDX-License-Identifier: LGPL-3.0-only
//SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts®
2025-11-02 06:47:04 +01:00
import Crafter.Thread;
import std;
using namespace Crafter;
int main() {
return 0;
2025-11-02 06:47:04 +01:00
}