// Copyright (c) 2023, 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. | |
// VMOptions=--no_such_flag=1 --no_such_flag=2 --no-such-flag=3 --no-such-flag=4 --no_such-flag=5 --no-such_flag=6 | |
main() { | |
print("Okay"); | |
} |