blob: 2aea786c0ad003b3071627addad998ea9b979e2e [file] [log] [blame]
import { shouldBe } from "./resources/assert.js";
import * as ns from "./namespace-object-typed-array-fast-path.js"
export let length = 42;
export let hello = 44;
let array = new Uint8Array(ns);
shouldBe(array.length, 2);