1 2 3 4 5 6 7 8
# -*- mode: snippet -*- # name: tu # key: tu # -- /*! @brief $3 */ typedef union $1 { $0 } $2;