aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/compile/module-mode-exports-3.a68
blob: b0309032a4f17e0f5c0f56b54eb0275c225c09b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ dg-options "-dA" }

{ Test for mode table in module definition exports. }

module Foo =
def pub mode MyString = string;
    skip
fed

{ GA68_MODE_STRING = 14UB }

{ dg-final { scan-assembler-times "\[\t \]+0xe\[\t \]+\[^\n\]*string" 1 } }