diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/atomic-op-5.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/atomic-op-5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/atomic-op-5.c b/gcc/testsuite/gcc.dg/atomic-op-5.c index e78d8150997..1407f3fe3b2 100644 --- a/gcc/testsuite/gcc.dg/atomic-op-5.c +++ b/gcc/testsuite/gcc.dg/atomic-op-5.c @@ -528,6 +528,7 @@ test_or () abort (); } +int main () { test_fetch_add (); |