ubsan: aarch64: left shift cannot be represented in type 'int64_t'
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_11.t
CommitLineData
502e8a84
CC
1SECTIONS
2{
3 .foo : {
4 __foo_start = .;
5 KEEP(*(.foo))
6 __foo_end = .;
7 }
8}
This page took 0.373973 seconds and 4 git commands to generate.