diff --git a/utest.h b/utest.h index e8b3b07..29cc164 100644 --- a/utest.h +++ b/utest.h @@ -393,7 +393,7 @@ _Pragma("clang diagnostic pop") /* clang-format on */ #else -#define UTEST_AUTO(x) __typeof__(x) +#define UTEST_AUTO(x) __typeof__(x + 0) #endif #else