You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let inline test (arg: ^T when ^T : struct) =
(^T : (member Item1: _) (arg))
[<EntryPoint>]
let main argv =
let a = test struct (1, 2)
0 // return an integer exit code