blob: b8b7379aba3bd0bca4e3a6989d79b565d9dbe979 [file] [log] [blame]
int main() {
bool b = __is_trivially_copyable(int);
(void) b;
return 0;
}