blob: dfc36786c491a8f325b7560a9b16069f863e36e3 [file] [log] [blame]
// bindgen-flags: -- -std=c++14
template <typename A> using MaybeWrapped = A;
template<class T>
class Rooted {
MaybeWrapped<T> ptr;
};