fun mf = () -> int
{


List<int> l = {1,2,3};
int a = l[0];
return 2;

};
