modula2: Add noreturn attribute to m2/gm2-libs/M2RTS.mod
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / section-anchors.c
blob68a6a393e3190e1d69741854280ff3ce1c6e8174
1 /* Test basic section anchor functionality. */
3 /* { dg-do compile { target { lp64 } } } */
4 /* { dg-options "-O3 -march=z13" } */
6 int a = 1, b = 2;
8 void
9 f ()
11 a = 1234;
12 b = 5678;
13 /* { dg-final { scan-assembler {(?n)\n\tlarl\t(%r\d+),\.LANCHOR\d+\n\tmvhi\t\d+\(\1\),1234\n\tmvhi\t\d+\(\1\),5678} } } */