unresolved-name.rs raw

guiduck_component_macro::component_str!(r##"
(component Broken
  (state count i32 :init 0)
  (container :on-click missing
    (text :text "{typo}")))
"##);

fn main() {}