void main()
{
  DemoStruct m;
  test(m);
  acceptor(immutable) i;

   I mean:

    acceptor(immutable) DemoStruct i

  test(i);
}


Reply via email to