blob: d4d9088b19d50bd2bce36ab73b22201cf75154fc [file] [log] [blame]
// Copyright (c) 2012, 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.
var myIdentical = identical;
main() {
Expect.isTrue(myIdentical(42, 42));
}