]> andersk Git - splint.git/blame - test/tests2.4/alignof.c
Fixed pre-processing bug reported by Adam Clarke. Moved marking point
[splint.git] / test / tests2.4 / alignof.c
CommitLineData
885824d3 1int f (float x) {
2 int m = __alignof__ x;
3 int n = __alignof__ (x);
4
5 return n + m;
6}
This page took 0.317276 seconds and 5 git commands to generate.