# -*- mode: snippet -*-
# name: struct … { … }
# key: struct
# --
/++
+ $1
+/
struct ${1:StructName}
{
$0
}