mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 08:19:27 +02:00
+ added (works now)
git-svn-id: trunk@8279 -
This commit is contained in:
parent
fc53d14e58
commit
32120569be
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -8252,6 +8252,7 @@ tests/webtbs/tw7637.pp svneol=native#text/plain
|
||||
tests/webtbs/tw7643.pp svneol=native#text/plain
|
||||
tests/webtbs/tw7679.pp svneol=native#text/plain
|
||||
tests/webtbs/tw7719.pp svneol=native#text/plain
|
||||
tests/webtbs/tw7733.pp svneol=native#text/plain
|
||||
tests/webtbs/tw7756.pp svneol=native#text/plain
|
||||
tests/webtbs/tw7758.pp svneol=native#text/plain
|
||||
tests/webtbs/tw7758a.pp svneol=native#text/plain
|
||||
|
13
tests/webtbs/tw7733.pp
Normal file
13
tests/webtbs/tw7733.pp
Normal file
@ -0,0 +1,13 @@
|
||||
{ %cpu=i386 }
|
||||
|
||||
function A: pointer; assembler; nostackframe;
|
||||
asm
|
||||
pushl $A
|
||||
popl %eax
|
||||
end;
|
||||
|
||||
begin
|
||||
if A <> pointer(@A) then
|
||||
halt(1);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user