2023-10-05 08:46:07 +02:00
|
|
|
// Copyright 2021 the V8 project authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
|
|
// found in the LICENSE file.
|
|
|
|
|
|
|
|
|
2024-08-14 20:41:00 +02:00
|
|
|
import {life} from 'modules-skip-imports-attributes-json-1.mjs';
|
2023-10-05 08:46:07 +02:00
|
|
|
|
|
|
|
assertEquals(42, life());
|