chromium/third_party/blink/web_tests/wpt_internal/preload/resources/module1.js

import { y } from './module2.js';
export let x = y + 1;