blob: 113a95ee30fa8694f4fbdaa40d5bf872d55ed68d [file] [log] [blame]
// bindgen-flags: --opaque-type ".*"
template <int> class a {
union {};
};