blob: b52c5dcdacad4f3c396759aac39e73083c4a732d [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.
import 'package:test/test.dart';
import 'generated/name_mangling.pb.dart';
main() {
NameManglingKeep n = NameManglingKeep.fromBuffer([]);
if (n.hasClone_10()) {
print("Has clone field");
}
}