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