From 236cf0890d8b9032a3ec5f1b104167435d191e1a Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Fri, 12 Dec 2014 16:18:13 +0100 Subject: [PATCH] Add trivial test for the previous commit --- tests/basic-types/integers.vala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/basic-types/integers.vala b/tests/basic-types/integers.vala index d9ff8903d..40eebfae6 100644 --- a/tests/basic-types/integers.vala +++ b/tests/basic-types/integers.vala @@ -1,3 +1,5 @@ +int static_negative_int = -1; + void test_int () { // declaration and initialization int i = 42; -- 2.47.2