cxx_alignof.cpp 43 B

12345
  1. int someFunc()
  2. {
  3. return alignof(int);
  4. }