1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fstack-protector-all -mstack-protector-guard=tls -mstack-protector-guard-reg=r18 -mstack-protector-guard-offset=0x3038" } */
3 
4 /* { dg-final { scan-assembler {\m12344\(r?18\)} } } */
5 
f(void)6 void f(void) { }
7