6 lines
43 B
C++
6 lines
43 B
C++
|
|
||
|
int someFunc()
|
||
|
{
|
||
|
return alignof(int);
|
||
|
}
|