;; -*- lexical-binding: t -*- (defvar byte-comp-test-x "x") (defvar byte-comp-test-xy (eval-when-compile (concat byte-comp-test-x "y"))) ;; => byte-comp-test.el:6:30: Error: Symbol’s value as variable is void: byte-comp-test-a