hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

hare+test.sc (180B)


      1 SECTIONS {
      2 	.test_array : {
      3 		PROVIDE(__test_array_start	= .);
      4 		KEEP(*(.test_array*))
      5 		PROVIDE(__test_array_end	= .);
      6 	}
      7 } INSERT AFTER .bss; /* .bss was choosen arbitrarily. */