struct (76B)
1 # -*- mode: snippet -*- 2 # name: struct 3 # key: st 4 # -- 5 typedef struct { 6 } $0;