Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/tupleVariadic.c

    rdd0c97b r59239b8  
    2929}
    3030
    31 forall(otype T, ttype Params | { void ?{}(T *, Params); })
     31forall( dtype T, ttype Params | sized(T) | { void ?{}(T *, Params); } )
    3232T * new(Params p);
    3333
Note: See TracChangeset for help on using the changeset viewer.