int f (float x) {
  int m = __alignof__ x;
  int n = __alignof__ (x);

  return n + m;
}


syntax highlighted by Code2HTML, v. 0.9.1