confusing-comment.js 62 B

123456
  1. 'use strict';
  2. //#if TRUE
  3. var i = 0;
  4. while(i-->0) {
  5. }
  6. //#endif