summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/pr-8894.ch
blob: 391d56b2fc019336e4042af88835818df3224925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
xx: MODULE

<> USE_SEIZE_FILE "pr-8894-grt.grt" <>
SEIZE m_byte;

SYNMODE m_struct = STRUCT (a, b, c m_byte);

DCL v m_struct;

v.a := 100;

END xx;