mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
10 lines
139 B
Plaintext
10 lines
139 B
Plaintext
hugo: module
|
|
|
|
synmode m_set = set (a, b, c, d, e, f, g, h, i);
|
|
dcl x long;
|
|
dcl y m_set;
|
|
|
|
writetext (stdout, "done.%/");
|
|
|
|
end hugo;
|