Initial commit
This commit is contained in:
5
tests/procedure_print_argument.eln
Normal file
5
tests/procedure_print_argument.eln
Normal file
@ -0,0 +1,5 @@
|
||||
proc f(a: Int) writei(a);
|
||||
|
||||
begin
|
||||
f(5)
|
||||
end.
|
Reference in New Issue
Block a user