(*bytes.Buffer)(Usage: test transpile [-V] [-o file.go] [-cpp] [-p package] [-clang-flag values] [-cpuprofile cpu.out] file1.c ...
  -V	print progress as comments
  -clang-flag value
    	Pass arguments to clang. You may provide multiple -clang-flag items.
  -cpp
    	transpile CPP code
  -cpuprofile string
    	write cpu profile to this file
  -h	print help information
  -o string
    	output Go generated code to the specified file
  -p string
    	set the name of the generated package (default "main")
  -s	transpile with structs(types, unions...) from all source headers
)
