blob: 05660f4ad1c8e76aa70fa5d24f9771e1a5cb80b5 (
plain)
1
2
3
4
5
6
|
// |reftest| skip -- not a test file
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
export * from './instn-star-ambiguous-1_FIXTURE.js';
export * from './instn-star-ambiguous-2_FIXTURE.js';
|