提交 2c7093ed 编写于 作者: B Behdad Esfahbod

More tests

上级 56d2d029
......@@ -66,6 +66,9 @@ main (int argc, char **argv)
assert (8 == hb_max (3, 8, 1, 2));
int x = 1, y = 2;
hb_min (x, 3);
hb_min (3, x, 4);
hb_min (3, x, 4 + 3);
int &z = hb_min (x, y);
z = 3;
assert (x == 3);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册