summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/cxx_alignof.cpp
blob: 63b14fec965b5aaade086f26f0e77d66c8029494 (plain)
1
2
3
4
5

int someFunc()
{
  return alignof(int);
}