mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Here are the test cases I used for developing the text expansion feature. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
5 lines
67 B
Text
5 lines
67 B
Text
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
X = $(Y)
|
|
Y = $(X)
|
|
$(info $(X))
|