//! Verify that the generated code in test fixtures compiles against the current
//! zbus types. Catches regressions where xmlgen emits code that no longer
//! satisfies the trait bounds expected by the `#[proxy]` macro.
modsample_object0{usezbus::proxy;include!("data/sample_object0.rs");}modstruct_return{usezbus::proxy;include!("data/struct_return.rs");}modproperty_setters{usezbus::proxy;include!("data/property_setters.rs");}