namespace ns {} int#[1] arr; /* ERRORS */ ns a; int b = ns; int c = ns(); int d = ns#[1]; int e = arr#[ns]; int f = ns^; int g = ns + ns;