int main() {
  bool b = __is_trivially_copyable(int);
  (void) b;
  return 0;
}
