port to crafter.build v2

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jorijn van der Graaf 2026-05-06 01:06:09 +02:00
commit 4631c18c31
4 changed files with 46 additions and 37 deletions

View file

@ -20,10 +20,8 @@ import Crafter.Thread;
import std;
using namespace Crafter;
extern "C" {
std::string* RunTest() {
return nullptr;
}
int main() {
return 0;
}