snths_ui/example/main_other.odin

11 lines
210 B
Odin

#+vet explicit-allocators
#+build !linux
#+build !darwin
#+build !netbsd
#+build !openbsd
#+build !freebsd
#+build !windows
package main
@(private="package")
_register_illegal_instruction_handler :: proc() {}