if-empty.js 51 B

123456
  1. 'use strict';
  2. //#if
  3. var a;
  4. //#else
  5. var b;
  6. //#endif