88bfd34f407084bcf3fad22b4be92058c0242a38
[platform/framework/web/crosswalk-tizen.git] /
1 // test the opposite of default settings
2 a ?foo():bar();
3
4 b = (dolor !== amet) ?'ipsum':'dolor';
5
6 if (true) {
7   c = !a ?(!foo ?d:function() {
8     return a;
9   }):b;
10 }