Date: Mon, 4 Feb 2019 05:02:46 +0100
From: Kamil Rytarowski <[email protected]>
Message-ID: <[email protected]>| If GCC is fine with it, we could try raise(!!(a * b) ? SIGSEGV : SIGBUS);= That's a kind of odd way of saying (a * b) != 0 ? ... kre
