#! stap -p1 # this should work, although the user gets a warning @define min(a) %( @a %) probe begin { print(@min("Hello, World!\n")) }