• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2016 the V8 project authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# for py2/py3 compatibility
6from __future__ import print_function
7
8print("""
91
10v8-foozzie source: name/to/a/file.js
112
12v8-foozzie source: name/to/file.js
13  weird other error
14^
153
16not unknown
17""")
18