gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gm2] Potential woe with gm2-4.1.2


From: john o goyo
Subject: [Gm2] Potential woe with gm2-4.1.2
Date: Sun, 06 Oct 2013 18:25:23 -0400
User-agent: Mozilla/5.0 (X11; SunOS sun4u; rv:10.0) Gecko/20120130 Thunderbird/10.0

Could someone on the list please humour me by building and running the following with gm2-4.1.2?

Thank you.
john

===[other.def]===
DEFINITION MODULE other;

VAR
  n :CARDINAL;

END other.

===[other.mod]===
IMPLEMENTATION MODULE other;

BEGIN
  n := 1
END other.

===[main.mod]===
MODULE main;

FROM other IMPORT n;

BEGIN
  n := 1;
  HALT
END main.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]