ddoc8739

  • dg

    Declaration

    void delegate(int a) dg;

  • dg2

    Declaration

    void delegate(int b) dg2;

  • dg3

    Declaration

    void delegate(int c)[] dg3;

  • dg4

    Declaration

    void delegate(int d)* dg4;