mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-27 04:22:58 +00:00
Here are the test cases I used for developing the text expansion feature. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
X = $(Y)
|
|
Y = $(X)
|
|
$(info $(X))
|