* coffread.c: Replace all occurrences of bfd_read with bfd_bread.
[binutils-gdb.git] / gdb / testsuite / gdb.chill / pr-8894-grt.ch
1 yy: MODULE
2
3 SYNMODE m_byte = INT (0:255);
4 GRANT ALL;
5
6 END yy;