blob: 2a61ee8f5aae9174234ffb1e2137bca78e1efa62 (
plain)
1
2
3
4
5
6
7
|
// |reftest| skip -- not a test file
// Copyright (C) 2020 Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
import { evaluated } from './verify-dfs.js';
evaluated('B');
|