//! Guards that `use pixel8::*;` keeps `printf!`/`logf!` unambiguous with every
//! prelude macro — the reason `print!` itself was unusable. Stand-in sinks
//! avoid the crate-private `Graphics`/`Context` while still exercising macro
//! resolution and expansion.
use *;
;
;