mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:28:14 +02:00

Needs a fix in gdb when referencing a location relative to a global variable (an array element other than the first, a field other than the first) on Mac OS X and when using external debug info on Linux/Windows. git-svn-id: trunk@12877 -
8 lines
71 B
ObjectPascal
8 lines
71 B
ObjectPascal
{ %fail }
|
|
|
|
var
|
|
a: array of byte;
|
|
b: byte absolute a[3];
|
|
begin
|
|
end.
|