// Native main — no-op entry point. The package is `is-main: true` to
// support the JS adapter's register_api() bootstrap on load, but when
// mnemo is compiled as a native library consumers link against it
// rather than running it as an executable, so main does nothing.

///|
fn main {
  ()
}