summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/ffi/unstable_ffi_2.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/ffi/unstable_ffi_2.js')
-rw-r--r--cli/tests/testdata/run/ffi/unstable_ffi_2.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/ffi/unstable_ffi_2.js b/cli/tests/testdata/run/ffi/unstable_ffi_2.js
new file mode 100644
index 000000000..7f3f34f37
--- /dev/null
+++ b/cli/tests/testdata/run/ffi/unstable_ffi_2.js
@@ -0,0 +1,5 @@
+Deno.core.ops.op_ffi_call_ptr(0n, {
+ name: null,
+ parameters: [],
+ result: "void",
+}, []);