// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//! Direct runtime test of `#[fundle::newtype]`.
//!
//! The macro's only other use is the trybuild compile-test in `tests/proc`,
//! which merely checks that the generated code compiles. This test exercises
//! the generated `From`/`Deref`/`DerefMut` implementations at runtime to verify
//! they behave correctly.
;