1This test case is taken from linux/arch/x86/kernel/vmlinux.lds.S.
2
3Following /DISCARD/ block isn't handled well.
4
5 DISCARDS
6 /DISCARD/ : {
7 *(.eh_frame)
8 *(__func_stack_frame_non_standard)
9 }
10
11DISCARDS before /DISCARD/ makes the parser being confused.
12