test: Add test programs for #1158

refs: #1158
Change-Id: I853dd84f5433a01da510813e9fb1276e5477f73f
This commit is contained in:
Ken Sato
2018-09-19 13:07:29 +09:00
committed by Masamichi Takagi
parent 42b9b31606
commit ab284b0531
4 changed files with 106 additions and 0 deletions

14
test/issues/1158/Makefile Normal file
View File

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