blob: 82ad11ad64d0d4573ebeda49c306cd074b6a350e [file] [log] [blame] [edit]
// Copyright (c) 2011, 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.
part of 'top_level_main_t04.dart';
main() {
print('It works!');
}