(* [Jerome Chailloux, 29 dec 89] *) (* The compiler dies rather than reporting that the initialization of v is a non-constant expression -- Report, p33 *) INTERFACE Foo; IMPORT Test; VAR v : ADDRESS := Test.f (-1); END Foo.