1 // Check that -ffixed register handled for globals.
2 // Regression test for #76426
3 // RUN: %clang --target=aarch64-none-gnu -ffixed-x15 -### %s 2>&1 | FileCheck %s
4 // CHECK-NOT: fatal error: error in backend: Invalid register name "x15".
5 register int i1
__asm__("x15");