main()1 int main() {
2   bool b = __has_trivial_copy(int);
3   (void) b;
4   return 0;
5 }
6