mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-18 15:43:08 +08:00
17 lines
232 B
Plaintext
17 lines
232 B
Plaintext
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;
|