summaryrefslogtreecommitdiffstats
path: root/gdb/testsuite/gdb.chill/func1.ch
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1995-10-05 01:24:44 +0000
committerPer Bothner <per@bothner.com>1995-10-05 01:24:44 +0000
commitf3415760cf56a290fc73375e04d1d25695d47a74 (patch)
tree554d9960d063c86f3a9926ebc67a8ca70b0ed2d4 /gdb/testsuite/gdb.chill/func1.ch
parent706bfe5a1c25b80f2af9c48477035cfe73987ae4 (diff)
downloadppe42-binutils-f3415760cf56a290fc73375e04d1d25695d47a74.tar.gz
ppe42-binutils-f3415760cf56a290fc73375e04d1d25695d47a74.zip
* pr-8136.{ch,exp}, pr-8134.exp, func1.ch, Makefile.in: New test cases.
Diffstat (limited to 'gdb/testsuite/gdb.chill/func1.ch')
-rw-r--r--gdb/testsuite/gdb.chill/func1.ch9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/func1.ch b/gdb/testsuite/gdb.chill/func1.ch
new file mode 100644
index 0000000000..d0d28ce9fa
--- /dev/null
+++ b/gdb/testsuite/gdb.chill/func1.ch
@@ -0,0 +1,9 @@
+func1: MODULE
+
+SYNMODE m_set = SET (e1, e2, e3, e4, e5, e6, e7, e8, e9, e10);
+SYNMODE m_setrange = RANGE (e3:e8);
+SYNMODE m_ps = POWERSET m_set;
+SYNMODE m_rangeps = POWERSET RANGE(0:31);
+GRANT ALL;
+
+END func1;
OpenPOWER on IntegriCloud