blob: 52189247e98b80f73a75b24e1f69de4e6ebe922e [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.
void main() {
throw "foo"; /// 01: runtime error
}