test: Add testcase for #1122

Refs: #1122
Change-Id: Ieafee7469d1397461abf05552ffad0bfea1dd6cd
This commit is contained in:
Ken Sato
2018-06-29 15:53:45 +09:00
committed by Masamichi Takagi
parent e1f204de4a
commit 229b041320
4 changed files with 192 additions and 0 deletions

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

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