[COMPILER_APITEST] Convert global variables to static ones

This commit is contained in:
Victor Perevertkin 2022-04-26 02:33:43 +03:00
parent 4571c96534
commit 6e5d80df69
No known key found for this signature in database
GPG key ID: C750B7222E9C7830

View file

@ -1069,7 +1069,7 @@ DEFINE_TEST(test_yield_5)
return test_yield_5_helper() == return_positive() && test_yield_5_ret == return_positive();
}
int test_yield_6_ret;
static int test_yield_6_ret;
static
int test_yield_6_helper(void)