import c
This commit is contained in:
1
tests/expected/33-c-import.exit
Normal file
1
tests/expected/33-c-import.exit
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
2
tests/expected/33-c-import.txt
Normal file
2
tests/expected/33-c-import.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
add_numbers(10, 20) = 30
|
||||
multiply(5, 6) = 30
|
||||
1
tests/expected/33-stb-image.exit
Normal file
1
tests/expected/33-stb-image.exit
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
1
tests/expected/33-stb-image.txt
Normal file
1
tests/expected/33-stb-image.txt
Normal file
@@ -0,0 +1 @@
|
||||
no image (expected in test)
|
||||
1
tests/expected/34-c-import-ns.exit
Normal file
1
tests/expected/34-c-import-ns.exit
Normal file
@@ -0,0 +1 @@
|
||||
0
|
||||
2
tests/expected/34-c-import-ns.txt
Normal file
2
tests/expected/34-c-import-ns.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
tc.add_numbers(10, 20) = 30
|
||||
tc.multiply(5, 6) = 8589934622
|
||||
Reference in New Issue
Block a user