refactor(furc): improve function declarations

Refs: #16
This commit is contained in:
2026-06-24 15:52:14 +02:00
parent d497e2de45
commit a61f5c194b
3 changed files with 32 additions and 6 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
int main(void) {
try {
std::string programStr = R"(
func main() {
func main() -> int32 {
x = 0;
y = 10;
z = 1;