struct (103B)
1 # -*- mode: snippet -*- 2 # name: struct 3 # key: type 4 # contributor : @atotto 5 # -- 6 type $1 struct { 7 $0 8 }