mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 03:53:42 +00:00
compiler: add tests
This commit adds a very small test case. More importantly, it adds a framework for other tests to be added in the future.
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
func add(x, y int) int {
|
||||
return x + y
|
||||
}
|
||||
Reference in New Issue
Block a user