c11-alignof.c 200 B

12345678910111213
  1. static int foo(void)
  2. {
  3. return _Alignof(short);
  4. }
  5. /*
  6. * check-name: c11-alignof
  7. * check-command: test-linearize -std=c11 $file
  8. *
  9. * check-output-ignore
  10. * check-output-contains: ret\\.32 *\\$2
  11. */