[PATCH 36/57][Arm][GAS] Add support for MVE instructions: wlstp, dlstp, letp and...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-selective / 1.c
1 /* _start should be the only thing left after GC. */
2
3 void _start() __asm__("_start");
4 void _start()
5 {
6 }
7
8 void dropme1()
9 {
10 }
11
12 int dropme2[102] = { 0 };
This page took 0.031856 seconds and 4 git commands to generate.