support F_SETLK / F_GETLK commands in the fcntl() syscall
[nestedvm.git] / src / tests / PascalHello.pas
1 program Hello;
2 begin
3         writeln('Hello, World from GPC/NestedVM')
4 end.