fpc/tests/webtbs/tw32109.pp

9 lines
73 B
ObjectPascal

{ %CPU=avr }
{ %norun }
program test;
begin
asm
breq 0
end;
end.