test: Add test programs for #1242
Change-Id: Ib3b5d5b661e0cd027711a815d9da2e308cedeffc Refs: #1242
This commit is contained in:
committed by
Dominique Martinet
parent
9f7425c152
commit
d29419d336
6
test/issues/1242/Makefile
Normal file
6
test/issues/1242/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
# Makefile COPYRIGHT FUJITSU LIMITED 2018
|
||||
target:
|
||||
gcc -O0 -g main.c -o a.out
|
||||
|
||||
clean:
|
||||
rm -f a.out
|
||||
Reference in New Issue
Block a user