#! stap -wgp4 # If the optimizer is working, this function will get elided, # and thus will compile successfully. function pure() %{ /* pure */ #error "should have been elided" %} probe begin { pure () }