From 03e123528df6316e574a503237e1b9a9c1628da1 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 14 一月 2021 14:32:18 +0800 Subject: [PATCH] update build.sh --- test/test.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/test/test.cpp b/test/test.cpp index 40f5af7..c575018 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -4,6 +4,8 @@ int main(void) { + + int a = random32(); printf("%d, %d , %d\n", SIGRTMIN, SIGRTMAX, SIGCLOSE1); /* SIGQUIT here will terminate with core file */ } -- Gitblit v1.8.0