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