dfmt/tests/knr/lambda_param_attrib.d.ref

2 lines
62 B
Plaintext

alias fun = (@(0) @(1) int p) => ((@Foo p) { return 0; })(p);