1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-16 22:14:23 +03:00
inform7/inform6/Tests/Test Errors/max_local_variables_test_16.inf

22 lines
102 B
INI
Raw Normal View History

2022-03-04 01:39:59 +02:00
[ Main; ];
[ func
p0
p1
p2
p3
p4
p5
p6
p7
p8
p9
p10
p11
p12
p13
p14
p15;
return;
];