2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / gcc / testsuite / gcc.target / arm / thumb1-pic-high-reg.c
blobdf269fc84765da54e755c8505f79724c166e583e
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_thumb1_ok } */
3 /* { dg-options "-mthumb -fpic -mpic-register=9" } */
5 int g_test;
7 int
8 foo (int par)
10 g_test = par;