kernel_samsung_a34x-permissive/scripts/kconfig/tests/preprocess/circular_expansion/Kconfig
2024-04-28 15:49:01 +02:00

6 lines
67 B
Plaintext
Executable file

# SPDX-License-Identifier: GPL-2.0
X = $(Y)
Y = $(X)
$(info $(X))