6377 StringUtf8 literal entity name is missing a trailing semicolon
This error occurs if you omit a trailing semicolon from a character entity in the definition of a
str8 := @"Copyright ©"; // correct is str8 := @"Copyright ©";
Action
Add the missing semicolon at the end of the character entity.
