Used to declare a location in your code should not be reachable. If the instruction is called
then it will throw an exception.
Syntax
unreachable
Example
;; Create loop sectionloop$name_of_loop_section;; Do something;; We want to do it againbr$name_of_loop_section;; We should never get here, but if we do then throw an errorunreachableend