mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
16 lines
129 B
Plaintext
16 lines
129 B
Plaintext
y: MODULE
|
|
|
|
<> USE_SEIZE_FILE "pr-5646-grt.grt" <>
|
|
SEIZE a_ps;
|
|
|
|
p: PROC ();
|
|
|
|
DCL xx a_ps;
|
|
|
|
xx := [a, b];
|
|
END p;
|
|
|
|
p();
|
|
|
|
END y;
|