blob: 60997dcce6fe7be8ce06499f825cbe1474b9bcfb [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.
main() {
// Ensures the protobuf-aware tree shaker can also transform non-protobuf
// using code.
print("hello world");
}