Sign in
dart
/
sdk.git
/
1d268045c0ed151be4c89ba68f2dc3a47b8c1cae
/
.
/
pkg
/
front_end
/
testcases
/
rasta
/
constant_get_and_invoke.dart
blob: 51490dcf5942b923a8123033bb7c60a888ba20bc [
file
] [
log
] [
blame
]
// Copyright (c) 2016, 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
c
=
1
;
main
()
{
c
;
c
();
}