This is inspired by L313-040. The goal is to create a testcase
that verifies that GDB is able to display the following kind of
renaming:
Obj: Some_Type renames Some_Array (Some_Variable);
where Some_Variable is a variable rather than a litteral constant.
--
Joel