diff --git a/test/issues/1400/arm64/Makefile b/test/issues/1400/arm64/Makefile new file mode 100644 index 00000000..53f44b05 --- /dev/null +++ b/test/issues/1400/arm64/Makefile @@ -0,0 +1,10 @@ +# Makefile COPYRIGHT FUJITSU LIMITED 2020 + +all: + $(CC) 1400_arm64.c -o 1400_arm64 -Wall + +test: all + ./1400.sh + +clean: + rm -f 1400_arm64