// PR c++/81589 template struct z { z() { k::error; } }; int x = __is_trivially_constructible(z);