--- source: crates/biome_js_analyze/tests/spec_tests.rs expression: valid_empty_export.js --- # Input ```jsx function f() {} f(); export {} ```