make nestedvm work with gcc-4.2
[nestedvm.git] / src / tests / PascalHello.pas
1 program Hello;
2 begin
3         writeln('Hello, World from GPC/NestedVM')
4 end.