//! `luaur-reduce` — command-line Luau test-case reducer (binary entry point).
//!//! Thin wrapper over the library `main()` (faithful port of the upstream
//! `luau-reduce` CLI in CLI/src/Reduce.cpp).
fnmain(){luaur_reduce_cli::functions::main::main();}