mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
This is an export which looks like `export {} from "module"`, and
although it doesn't have any real export entries it should still add
"module" to the required modules to load.
3 lines
38 B
JavaScript
3 lines
38 B
JavaScript
// Should produce a SyntaxError!
|
|
0++;
|