From 03f37879ef167dba6f5944716c06da81902e436e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 20 Sep 2019 19:55:29 +0000 Subject: We're down to ONE rogue sysdep, boys. ONE. --- src/sysdeps/trynullispointer.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/sysdeps/trynullispointer.c (limited to 'src/sysdeps/trynullispointer.c') diff --git a/src/sysdeps/trynullispointer.c b/src/sysdeps/trynullispointer.c deleted file mode 100644 index cbb3340..0000000 --- a/src/sysdeps/trynullispointer.c +++ /dev/null @@ -1,12 +0,0 @@ -/* ISC license. */ - -/* Explanation: http://www.openwall.com/lists/musl/2013/01/09/13 */ - -#include - -int main (void) -{ - char s[1][1+(int)NULL] ; - int i = 0 ; - return sizeof s[i++], !i ; -} -- cgit v1.2.3