8 lines
121 B

import { x } from './foo';
(function() {
for(var x = 0; x < 1; x++){}
for(var x = 0; x < 1; x++){}
});
x = 10;