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