// bindgen-flags: -- -std=c++11 // This test ensure we protect ourselves from an LLVM crash. template struct Test { static constexpr bool x[] = {Args::x...}; }; template struct Outer { struct Inner { static constexpr int value[] = { T::value... }; }; };