blob: d1de74a515cf7270341a6af3095b2131a273ca13 [file] [log] [blame]
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
const String m = "\u{21}";
main() {
Expect.equals('!', m);
}