Files
mercury/tests/term/pl7_2_9.trans_opt_exp
Zoltan Somogyi ae5f8d4ce7 Don't add unneeded ()s around qualified sym_names.
compiler/parse_tree_out_sym_name.m:
    As above.

tests/invalid/*.err_exp:
tests/term/*.trans_opt_exp:
tests/warnings/test_tscp.exp:
    Update these files to expect the *absence* of unnecessary parentheses
    around sym_names.

tests/term/foreign_valid.m:
    Export some pragmas to avoid warnings that are irrelevant to the test.
2024-02-07 22:52:32 +11:00

6 lines
242 B
Plaintext

:- module pl7_2_9.
:- pragma termination_info(pl7_2_9.mult(builtin.in, builtin.in, builtin.out), infinite, cannot_loop).
:- pragma termination2_info(pl7_2_9.mult(builtin.in, builtin.in, builtin.out), constraints([]), not_set, cannot_loop).