blob: 790b9352555fc963934f7d090883264a0c74d215 [file]
// Copyright (c) 2024, 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';
void main(List<String> arguments) async {
print('Just here to fail the build!');
exit(1);
}