810ec6bd36
From-SVN: r30838
5 lines
49 B
C
5 lines
49 B
C
void fn (char *ptr)
|
|
{
|
|
void *p = ptr - 8 - 4;
|
|
}
|