blob: 799c9c04cc1fa88c73eb6545b61f6011535e8785 [file] [log] [blame]
// Copyright (c) 2017, 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() {
/*1:main*/ test();
}
void test() {
/*2:test*/ throw 'throw me';
}