6 lines
80 B
C++
6 lines
80 B
C++
|
|
int main() {
|
||
|
|
bool b = __is_trivially_copyable(int);
|
||
|
|
(void) b;
|
||
|
|
return 0;
|
||
|
|
}
|