Export 0.2.1
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / node_modules / nodeunit / node_modules / tap / node_modules / runforcover / node_modules / bunker / node_modules / burrito / node_modules / uglify-js / test / unit / compress / test / assignment.js
1 a=1;
2 b=a;
3 c=1;
4 d=b;
5 e=d;
6 longname=2;
7 if (longname+1) {
8     x=3;
9     if (x) var z = 7;
10 }
11 z=1,y=1,x=1
12
13 g+=1;
14 h=g;
15
16 ++i;
17 j=i;
18
19 i++;
20 j=i+17;