Added test for defect #60
git-svn-id: http://picoc.googlecode.com/svn/trunk@354 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
parent
50b45890bc
commit
7560c29942
3
tests/29_array_address.c
Normal file
3
tests/29_array_address.c
Normal file
|
@ -0,0 +1,3 @@
|
|||
char a[10];
|
||||
strcpy(a, "abcdef");
|
||||
printf("%s\n", &a[1]);
|
1
tests/29_array_address.expect
Normal file
1
tests/29_array_address.expect
Normal file
|
@ -0,0 +1 @@
|
|||
bcdef
|
Loading…
Reference in a new issue