#compdef tbb

_arguments \
  '-o[write executable to output]:output file:_files' \
  '-S[emit assembly]' \
  '-c[emit an object file]' \
  '(-h --help)'{-h,--help}'[show this help message]' \
  '(-v --version)'{-v,--version}'[show version info]'
