# -*- mode: snippet -*-
# name: test statement
# key: test
# --
test "$1" {
    $0
}