xxxxxxxxxx
void main()
{
@(1)
@(2) int a; // has UDA's (1, 2)
@("string") int b; // has UDA's (1, "string")
}