avoid using a custom sources file for the net_2_1_raw profile
[mcs.git] / jtests / func-form-params.js
blob9f8cb40909a52e2e5d17d89d5a61ea7cfd1e04de
1 function f (i, j)
5 function g (i)
7     i;
9     
10 function h (i, j, k)
12     var a;
13     a = i + j + k;