# -*- mode: snippet -*-
# name: return …
# key: return
# --
return $0;
