proc main()
{
    const badUtf = "Bad ’ UTF\n";
    "This should not compile!\n";
}