On Sun, Jan 6, 2013 at 8:16 AM, Walter Bright <[email protected]>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;
}

Reply via email to