From 685a8861c049051517552973fa834aae13b64e80 Mon Sep 17 00:00:00 2001 From: hisi_opensource Date: Mon, 5 Dec 2022 06:17:20 +0000 Subject: [PATCH] add test.c. Signed-off-by: hisi_opensource --- test.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test.c diff --git a/test.c b/test.c new file mode 100644 index 0000000..aeb6c65 --- /dev/null +++ b/test.c @@ -0,0 +1,4 @@ +int main() +{ +; +} \ No newline at end of file -- Gitee