mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 12:59:24 +02:00
* missing mode objfpc added
This commit is contained in:
parent
2ef03acf22
commit
6fa306abd7
@ -1,6 +1,9 @@
|
||||
{ This is just a small file used to verify the alignment of different
|
||||
structures. Only the assembler output should be checked.
|
||||
}
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
type
|
||||
tmyclass = class
|
||||
s: ansistring;
|
||||
@ -31,4 +34,4 @@ type
|
||||
var
|
||||
c: tmyclass;
|
||||
Begin
|
||||
end.
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user