//! test_output(0) /// export default function main() { return get().count; } function get() { return Debug.makeCopyCounter("x"); }