mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
More deprecations in lib6, and updates to lib7
This commit is contained in:
@@ -67,7 +67,7 @@ fn void sorted()
|
||||
|
||||
// with list
|
||||
List(<int>) list;
|
||||
list.temp_init();
|
||||
list.tinit();
|
||||
list.add_array(tc.input);
|
||||
|
||||
got = is_sorted(list);
|
||||
|
||||
Reference in New Issue
Block a user