summaryrefslogtreecommitdiff
path: root/tests/unit_tests/c_sum.dia.ref
blob: 023d2d405d5e9c5d9dcd73c3bd698849d70cb577 (plain)
1
2
3
4
5
// This file is released under the 3-clause BSD license. See COPYING-BSD.
//=================================
assert_checkequal(c_sum(3,5), 8);
assert_checkequal(c_sum6(3,5), 8);
//=================================