import gdb-1999-06-28 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.chill / pr-6292.ch
CommitLineData
c906108c
SS
1hack : module
2
3dcl i int;
4
5fred : proc (a int in, b int loc);
6 writetext(stdout, "a was '%C'; b was '%C'.%/", a, b);
7 b + := 1;
8end fred;
9
10klaus : proc ();
11 writetext(stdout, "here's klaus calling.%/");
12end klaus;
13
14i:=12;
15writetext(stdout, "done.%/");
16
17end hack;
This page took 0.043978 seconds and 4 git commands to generate.