blob: 03ffa18478cca5311b520fa686bf1420142366d3 [file] [log] [blame]
// Copyright (c) 2014, 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.
// ignore: URI_DOES_NOT_EXIST
import 'package:simple/simple.dart';
main() {
// ignore: UNDEFINED_FUNCTION
print(foo());
}