I may be missing the obvious but I can\'t get this to work:
class V { public int X; public V() => X=0; } class C { public T t; p