Add examples and move tests to the tests/ folder
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
procedure P() 1
|
||||
P()
|
||||
{
|
||||
procedure P() 2
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
procedure P() 1
|
||||
P()
|
||||
{
|
||||
procedure P() 2
|
||||
}
|
||||