[PATCH 36/57][Arm][GAS] Add support for MVE instructions: wlstp, dlstp, letp and...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22263-1b.c
1 extern __thread int *foo;
2
3 static int x;
4
5 extern void bar (void);
6
7 int
8 _start ()
9 {
10 foo = &x;
11 return 0;
12 }
This page took 0.029869 seconds and 4 git commands to generate.