Fix testcase 125 fox x86_64

This commit is contained in:
herman ten brugge 2021-04-13 09:13:25 +02:00
parent 035ae7d735
commit d64923c7b4

View File

@ -82,7 +82,7 @@ int main()
#elif defined test_atomic_warn_1
int main()
{
int _Atomic i = 1;
size_t _Atomic i = 1;
/* assignment to integer from pointer */
atomic_store(&i, &i);
}