fn foo(s: []const u8) void { _ = s; } test "string literal to constant slice" { foo("hello"); } // test