mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 08:25:02 +01:00
4 lines
77 B
Text
4 lines
77 B
Text
function main() = (
|
|
let _l = list.new();
|
|
//~^ ERROR: cannot find list
|
|
);
|