(module cond-expand-mvp (parse-ids) (import scheme) (define (parse-ids str) (cond-expand (no-parse-ids (error 'parse-ids "The egg was compiled with the `no-parse-ids` feature.")) (else (import comparse) 'ok))))