]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.chill/extstruct.ch
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.chill / extstruct.ch
CommitLineData
d5955882
WM
1pottendo: MODULE
2
3<> USE_SEIZE_FILE "extstruct-grt.grt" <>
4SEIZE m_array3;
5SEIZE m_array4;
6
7SYNMODE m_x = STRUCT (i long,
8 ar m_array3);
9SYNMODE m_y = STRUCT (i long,
10 ar m_array4);
11
12DCL x LONG;
13
14x := 10;
15
16END pottendo;