+ added (works now)

git-svn-id: trunk@8279 -
This commit is contained in:
Jonas Maebe 2007-08-13 15:20:23 +00:00
parent fc53d14e58
commit 32120569be
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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
View 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.