blob: bf8a9d4e89dabfe1473057d4d78f86d8d40a1eeb [file] [log] [blame]
// This module tests offsets when the input text contains non-ASCII text.
// It exercises the UTF-16<->UTF-8 handling.
export {}
//- @"ಠ_ಠ" defines/binding Look
let _ = 'grumpy';
//- @foo defines/binding Foo
let foo = 3;
//- @"ಠ_ಠ" ref Look
//- @foo ref Foo
let sum = _ + foo;