blob: b2d8d4bb5685105cf9e5ad96f9371f7ee22671f7 [file] [log] [blame]
// Copyright (c) 2019, 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.
int foo = 42;
int foo = 43;
typedef bool bar();
typedef bool bar();
int baz() {
return 42;
}
int baz() {
return 43;
}