@@ -5430,7 +5430,7 @@ test_nm_set_out (void)
|
||||
/* test that we successfully re-defined _G_BOOLEAN_EXPR() */
|
||||
#define _T1(a) \
|
||||
({ \
|
||||
g_assert (a > 5); \
|
||||
g_assert (a > 2); \
|
||||
a; \
|
||||
})
|
||||
g_assert (_T1 (3) > 1);
|
||||
|
Reference in New Issue
Block a user