linux/scripts/kconfig/tests/preprocess/circular_expansion/Kconfig

# SPDX-License-Identifier: GPL-2.0

X = $(Y)
Y = $(X)
$(info $(X))