mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 14:29:33 +01:00
*** empty log message ***
This commit is contained in:
parent
a022ac9bb2
commit
99fbea55b7
12
tests/webtbs/tw1122.pp
Normal file
12
tests/webtbs/tw1122.pp
Normal file
@ -0,0 +1,12 @@
|
||||
{$mode objfpc}
|
||||
begin
|
||||
try
|
||||
asm
|
||||
// invalid opcode, e.g. SSE instruction
|
||||
movaps %xmm6, %xmm7
|
||||
end;
|
||||
except
|
||||
halt(0);
|
||||
end;
|
||||
halt(1);
|
||||
end.
|
||||
Loading…
Reference in New Issue
Block a user