aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/tokenizer/parens_nested.good
blob: bdc311ff3a6b0e93f71760ef6c620535f728ab79 (plain)
1
2

int x = 0;
(int#[1], (), int, (int, int#[0])) y = ([x], (), x, (x, []));