]> andersk Git - splint.git/blob - test/tests2.4/alignof.c
noexpand always false.
[splint.git] / test / tests2.4 / alignof.c
1 int f (float x) {
2   int m = __alignof__ x;
3   int n = __alignof__ (x);
4
5   return n + m;
6 }
This page took 0.589285 seconds and 5 git commands to generate.