Add support to skip import libraries for performance reasons and instead
[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;