// Simple test to verify ESM bytecode cache generation works import { greeting } from "./test-lib.js"; console.log("Result:", greeting);