Skip to content

Commit b09f45e

Browse files
FIX: add documentation about .json_symtab generation to the tests
(@tautschnig)
1 parent bd85354 commit b09f45e

File tree

11 files changed

+978
-1501
lines changed

11 files changed

+978
-1501
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
with User;
2+
with Library;
3+
procedure Entry_Point is
4+
begin
5+
User;
6+
Library (-5);
7+
end Entry_Point;

0 commit comments

Comments
 (0)