Source code

Revision control

Copy as Markdown

Other Tools

// Try out the pointerByteSize shell function.
var size = getBuildConfiguration("pointer-byte-size");
assertEq(size == 4 || size == 8, true);