]> andersk Git - splint.git/blame - test/tests2.4/alignof.c
Fixed problem with comman line redefinitions (no filename).
[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.069881 seconds and 5 git commands to generate.