© 2026 Hedgehog Software, LLC
struct A: fn __init__(inout self): ... fn main(): print(UnsafePointer.address_of(A()) == UnsafePointer.address_of(A())) # Prints True