]> andersk Git - splint.git/blame - test/tests2.4/alignof.c
Pushed back constraintResolve.c to the previous version.
[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.103341 seconds and 5 git commands to generate.