[AArch64] Cleanup comments in instruction decoding functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr15323a.c
CommitLineData
61315175
L
1#include <stdio.h>
2
3int x;
4
5__attribute__((weak))
6void foobar (void) { x++; }
7
8int main (void)
9{
10 foobar ();
11 if (x == -1)
12 printf ("OK\n");
13 return 0;
14}
This page took 0.119036 seconds and 4 git commands to generate.