From a2e9eaa837bde1d0a35f8c18b8e31f7e5398f3bc Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Fri, 9 Dec 2011 15:22:48 +0000 Subject: Fix value of logical not (!) expression --- tests/not.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/not.c (limited to 'tests/not.c') diff --git a/tests/not.c b/tests/not.c new file mode 100644 index 0000000..b7c7682 --- /dev/null +++ b/tests/not.c @@ -0,0 +1,3 @@ +int main() { + return !0; // 1 +} -- cgit v1.2.1