Add test cases for #998 and #999

Refs: #998 #999
Change-Id: I86f8857594b2446c833c1e59d53b484ef022a9ee
This commit is contained in:
Tomoki Shirasawa
2018-08-01 16:06:48 +09:00
committed by Masamichi Takagi
parent c716e87c53
commit ec99adde4a
4 changed files with 145 additions and 0 deletions

View File

@ -0,0 +1,14 @@
CC = gcc
TARGET=
CPPFLAGS =
LDFLAGS =
all:
test: all
@sh ./C998+999.sh
clean:
rm -f $(TARGET) *.o