mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:50:28 +02:00
+ test for qualified vars in assembler reader
This commit is contained in:
parent
c2e90d2919
commit
388bd7c43d
11
tests/test/tasmread.pp
Normal file
11
tests/test/tasmread.pp
Normal file
@ -0,0 +1,11 @@
|
||||
program test;
|
||||
|
||||
{$asmmode intel}
|
||||
|
||||
var l: longint;
|
||||
|
||||
begin
|
||||
asm
|
||||
mov test.l, 5
|
||||
end;
|
||||
end.
|
Loading…
Reference in New Issue
Block a user