• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // bindgen-flags: -- -std=c++11
2 
3 template<typename T>
4 using Wrapped = T;
5