#pragma GCC system_header

template <typename T>
struct A { A(T); };
