blob: 8b33d560cc9bedaa0a27690b040568d5fd192b38 [file] [log] [blame]
f(dynamic x, dynamic i) {
x?[i]++;
}