blob: 3195c4c4e7d08b1d4ffeaa74fc335976e1ccea72 [file] [log] [blame]
// Copyright (c) 2017, 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.
/*@testedFeatures=inference*/
var /*@topType=int*/ x = 2;
main() {
x;
}