test-compiled-code #48

Merged
sashakoshka merged 28 commits from test-compiled-code into main 2024-02-27 00:50:17 -07:00
3 changed files with 9 additions and 0 deletions
Showing only changes of commit d92aa7c3a9 - Show all commits

View File

@ -32,3 +32,10 @@ testUnit (test,
"", "Hello, /usr/src!\n", "", "Hello, /usr/src!\n",
0, 0,
)} )}
func TestArgC (test *testing.T) {
testUnit (test,
"/test-data/data/argc", nil,
"", "",
2, "arg1", "arg2",
)}

View File

@ -0,0 +1 @@
'2b4a9e61-1f87-4173-b6d5-c0174b0abe43'

View File

@ -0,0 +1 @@
[main argc:I32 argv:**Byte]: I32 'main' = [- argc 1]