purescript-0.14.0: tests/purs/passing/ReExportsExported.js
"use strict";
// Import `A.a` which was re-exported from `B` and then again from `C`
exports.a = require('../C').a;
"use strict";
// Import `A.a` which was re-exported from `B` and then again from `C`
exports.a = require('../C').a;