| 496 | public sealed partial record Text(string Value) : SourceGeneratedShape; |
| 497 | |
| 498 | [ForyCase(1, Type = typeof(S.Fixed<S.Int32>))] |
| 499 | public sealed partial record Number(int Value) : SourceGeneratedShape; |
| 500 | } |
| 501 | |
| 502 | [ForyStruct] |
no outgoing calls