[testsuite] Fix directives order
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / symbol-range.c
blob6574cf4310430b847e77ea56bf8f20ef312d53e4
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -save-temps -mcmodel=small" } */
4 int fixed_regs[0x200000000ULL];
6 int
7 foo()
9 return fixed_regs[0x100000000ULL];
12 /* { dg-final { scan-assembler-not "adrp\tx\[0-9\]+, fixed_regs\\\+" } } */