1 void function(int a, int b, int c) {
2 char buffer1[5];
3 char buffer2[10];
4 }
5
6 void main() {
7 function(1,2,3);
8 }