From fea8ad3d654e497ba83315f26902647dd64f561e Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 18 Apr 2026 21:52:57 +0800 Subject: add --dot output --- tests/plugins/show/src/main.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/plugins/show/src/main.c (limited to 'tests/plugins/show/src/main.c') diff --git a/tests/plugins/show/src/main.c b/tests/plugins/show/src/main.c new file mode 100644 index 000000000..78f2de106 --- /dev/null +++ b/tests/plugins/show/src/main.c @@ -0,0 +1 @@ +int main(void) { return 0; } -- cgit v1.3.1