// bindgen-flags: -- -std=c++14 template class List { List *next; }; template class PersistentRooted { List> root_list; };