blob: 3b38e3c2f95abe063915b872025b998903257804 [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.
const double x = 14.0;
main() {
print(x);
}