[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
CommitLineData
74ffa566
L
1extern __thread int *foo;
2
3static int x;
4
5extern void bar (void);
6
7int
8_start ()
9{
10 foo = &x;
11 return 0;
12}
This page took 0.093332 seconds and 4 git commands to generate.