diff options
Diffstat (limited to 'test/tests/all-circular2.js')
-rw-r--r-- | test/tests/all-circular2.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tests/all-circular2.js b/test/tests/all-circular2.js new file mode 100644 index 000000000..c88eceb9c --- /dev/null +++ b/test/tests/all-circular2.js @@ -0,0 +1,3 @@ +import { p } from './all-circular1.js'; +export var a = 4; +p();
\ No newline at end of file |