summaryrefslogtreecommitdiff
path: root/tests/test/tasm2.pp
blob: 49af9eb5ee439533d274ad0c911f4ba47e25a8d1 (plain)
1
2
3
4
5
6
7
{ %CPU=x86_64 }

{$include tasm2.inc}

begin
  TestAll;
end.