mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 09:53:36 +00:00
Estimated hours taken: 0.25 tests/hard_coded/Mmakefile: tests/hard_coded/factt.m: tests/hard_coded/factt_examples: tests/hard_coded/factt.exp: Add a regression test to test three recently-fixed bugs related to fact tables: - duplicate C labels, - incorrect dependencies with --use-subdirs, and - undefined symbols due to passing the wrong arguments to c2init.
5 lines
39 B
Plaintext
5 lines
39 B
Plaintext
example(1,0,1).
|
|
%to
|
|
example(50,1,50).
|
|
|