```dm thing proc/a(thing/blah) proc b(thing/blah) c(var/thing/blah) // works proc/a(thing/blah) // works proc b(thing/blah) ```