ld: Pass -fno-sanitize=all to tests with linker
[deliverable/binutils-gdb.git] / ld / testsuite / ld-avr / pr13402.s
1 .global main
2 main:
3 call a
4 call b
5 call c
6
7 a:
8 b:
9 c:
This page took 0.028926 seconds and 4 git commands to generate.