Complete LLVM PoC mock implementation - demonstrates integration structure

Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-18 09:25:57 +00:00
parent e74a9f621e
commit 313ad2a46d
5 changed files with 242 additions and 169 deletions

View File

@ -0,0 +1,5 @@
static box Main {
main() {
return 42
}
}