100% coverage

This commit is contained in:
Yaossg 2024-12-24 15:00:51 +08:00
parent 49ed7c5df5
commit 92f4b4f561
52 changed files with 143 additions and 48 deletions

3
test/error/endless_arg.c Normal file
View file

@ -0,0 +1,3 @@
void f() {
f(0
}