mirror of
https://github.com/mirror/tinycc.git
synced 2025-02-04 06:30:10 +08:00
Fix testcase 125 fox x86_64
This commit is contained in:
parent
035ae7d735
commit
d64923c7b4
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user