undefined-define.js 62 B

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