On Sun, Jan 6, 2013 at 8:16 AM, Walter Bright <newshound2@digitalmars.com> wrote:

UDA can not apply to function argument?


Currently, no.

Walter, what is the official way to return an attributed value?

XXX? foo()
{
    @Marked int i;
    return i;
}