// Test 3 – non-test helper methods are copied as-is
//
// The README states: "Other than a `new` method and methods annotated with
// `#[test]` or `#[quickcheck]`, all methods are copied as-is to the result."
// Verify that a plain helper method is accessible and works correctly.
use Suite;
passthrough_suite!;