OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [testsuite/] [gdb.chill/] [pr-6292.ch] - Rev 106

Go to most recent revision | Compare with Previous | Blame | View Log

hack : module

dcl i int;

fred : proc (a int in, b int loc);
  writetext(stdout, "a was '%C'; b was '%C'.%/", a, b);
  b + := 1;
end fred;

klaus : proc ();
  writetext(stdout, "here's klaus calling.%/");
end klaus;

i:=12;
writetext(stdout, "done.%/");

end hack;

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.