mirror of
https://github.com/tc39/test262.git
synced 2025-12-01 19:13:19 +01:00
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
// Copyright (C) 2018 Rick Waldron. All rights reserved.
|
|
// Copyright (C) 2018 the V8 project authors. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
/*---
|
|
desc: Calling import('')
|
|
template: syntax/valid
|
|
---*/
|
|
|
|
//- import
|
|
import('')
|