scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | README | LICENSE

commit 442f7a3a7ae3ad6412dbee2b688a85bef45a89f7
parent 77f7bee754210661f4bcf5cdcdebdb3058bb8a8b
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Wed,  6 May 2026 20:54:32 +0200

tests/libc: Remove debug comment from 0096-div

Diffstat:
Mtests/libc/execute/0096-div.c | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/tests/libc/execute/0096-div.c b/tests/libc/execute/0096-div.c @@ -14,12 +14,6 @@ done end: */ -/* -div_t div(int, int); -ldiv_t ldiv(long int, long int); -lldiv_t lldiv(long long int, long long int); -imaxdiv_t imaxdiv(intmax_t, intmax_t); -*/ static void test1(void) {