mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 14:28:30 +00:00
Add missing ctl::string append method
This commit is contained in:
parent
a120bc7149
commit
bd6630d62d
3 changed files with 16 additions and 1 deletions
|
@ -404,5 +404,13 @@ main()
|
|||
}
|
||||
}
|
||||
|
||||
{
|
||||
String s = "love";
|
||||
String b;
|
||||
b.append(s, 1, 2);
|
||||
if (b != "ov")
|
||||
return 107;
|
||||
}
|
||||
|
||||
CheckForMemoryLeaks();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue