mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Add a couple more tests to ptrderef.r
This commit is contained in:
parent
c5fa4fe92a
commit
3897142038
1 changed files with 2 additions and 0 deletions
|
@ -11,4 +11,6 @@ ptrderef (int *to, int *from)
|
|||
to = ++from;
|
||||
*to = *from++;
|
||||
*to = *++from;
|
||||
*to = x;
|
||||
*to++ = *from++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue