If a process gets this signal it must quit immediately and will not perform any clean-up operations

Property definitions

signals :: signals $ Sys :: sigkill
# If a process gets this signal it must quit immediately and will not perform any clean-up operations
fun sigkill: Int do return 9
lib/signals/signals.nit:264,1--265,28