URI:
       tests/libc: Remove debug comment from 0096-div - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 442f7a3a7ae3ad6412dbee2b688a85bef45a89f7
   DIR parent 77f7bee754210661f4bcf5cdcdebdb3058bb8a8b
  HTML 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:
         M tests/libc/execute/0096-div.c       |       6 ------
       
       1 file changed, 0 insertions(+), 6 deletions(-)
       ---
   DIR 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)
        {