xref: /illumos-gate/usr/src/test/elf-tests/tests/sections/shf-exclude/exclude.s (revision ed093b41a93e8563e6e1e5dae0768dda2a7bcc27)
1	.section .test,"e",@progbits
2	.align 8
3	.globl foo
4	.type foo,@object
5foo:
6	.quad 0xfeed
7	.size foo, 8
8