cast-bad-01.c 217 B

1234567891011121314
  1. extern unsigned long l;
  2. int foo(void) {
  3. return (int) (typeof(fundecl(0))) l;
  4. }
  5. /*
  6. * check-name: cast-bad 01
  7. *
  8. * check-error-start
  9. cast-bad-01.c:4:30: error: undefined identifier 'fundecl'
  10. * check-error-end
  11. */