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/if-false-elif-true-else.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
77 B
JavaScript
Raw Normal View History

'use strict';
//#if FALSE
var a;
//#elif TRUE
var b;
//#else
var c;
//#endif