]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.chill/pr-8894-grt.ch
Initial creation of sourceware repository
[thirdparty/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;