Exemple #1
0
void fn(vector2 W) {
	W.push_back(111);
	return;
}