| 11 | } |
| 12 | |
| 13 | void exports::test::strings::to_test::TakeBasic(wit::string str) { |
| 14 | assert_str(str.get_view(), "latin utf16"); |
| 15 | } |
| 16 | |
| 17 | wit::string exports::test::strings::to_test::ReturnUnicode() { |
| 18 | // return a non-zero address (follows cabi_realloc logic) |
no test coverage detected