old-cross-binutils/gdb/testsuite/gdb.chill/xstruct.ch
1999-06-28 23:04:32 +00:00

16 lines
232 B
Text

pottendo: MODULE
<> USE_SEIZE_FILE "xstruct-grt.grt" <>
SEIZE m_array3;
SEIZE m_array4;
SYNMODE m_x = STRUCT (i long,
ar m_array3);
SYNMODE m_y = STRUCT (i long,
ar m_array4);
DCL x LONG;
x := 10;
END pottendo;