blob: 9a34f052a14619eff51b43f7b0e620f0ee8dbf41 [file] [log] [blame]
// Copyright (c) 2013, 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 "dart:io";
main() {
stdout.write("standard out");
stderr.write("standard error");
exitCode = 25;
}