add example sources failing syntax and typing

This commit is contained in:
2024-07-03 20:00:42 +02:00
parent f415c4abbe
commit 9c0a3042d5
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
fn add(a: int, b: int) int {
a +
}