blob: 7d31e75012e3ddd7aa8bd79c2026f5bd4d34940e [file] [log] [blame]
// 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 main_in_a_part;
main() {
print('it works');
}