// Lexer→parser pipeline baseline (placeholder).
// End-to-end hand optimization comes after both components reach
// correctness parity individually.
//
// This placeholder enables `trident bench` discovery while the real
// baseline is developed alongside the self-hosting effort.

__main:
    return

Neighbours