// Shared test types

export type Assert = (i32, i32, i32) => void;

