1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00
pdf.js/external/builder/fixtures/confusing-comment.js

7 lines
62 B
JavaScript
Raw Normal View History

'use strict';
//#if TRUE
var i = 0;
while(i-->0) {
}
//#endif