* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.chill / enum.ch
CommitLineData
084ae26c
PB
1hugo: module
2
3 synmode m_set = set (a, b, c, d, e, f, g, h, i);
4 dcl x long;
5 dcl y m_set;
6
7 writetext (stdout, "done.%/");
8
9end hugo;
This page took 0.167533 seconds and 4 git commands to generate.