mise à jour des tests
This commit is contained in:
4
tests/fragment2/call2.vsl
Normal file
4
tests/fragment2/call2.vsl
Normal file
@@ -0,0 +1,4 @@
|
||||
PROTO INT plus(x,y)
|
||||
FUNC VOID main() PRINT "1+3 = " ,plus(1,3)
|
||||
|
||||
FUNC INT plus(x,y) RETURN x+y
|
||||
Reference in New Issue
Block a user