Use conditional internal functions in if-conversion
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / pr60034.c
blobab7e7f4a333c887034f2cc47cdf54692bd30feb2
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu99 -O" } */
4 static unsigned long global_max_fast;
6 void __libc_mallopt (int param_number, int value)
8 __asm__ __volatile__ ("# %[_SDT_A21]" :: [_SDT_A21] "nor" ((global_max_fast)));
9 global_max_fast = 1;