git-svn-id: branches/wasm@46712 -
@@ -12,10 +12,17 @@ type
procedure fpc_lib_exit; compilerproc;
+function test_rtl_function(a, b: integer): integer;
+
implementation
begin
end;
+begin
+ test_rtl_function := 0;
+end;
end.