tw25788.pp 252 B

1234567891011121314151617
  1. { %norun }
  2. { %opt=-Cg }
  3. { %fail }
  4. { %target=linux,freebsd,darwin,haiku }
  5. unit tw25788;
  6. interface
  7. //const a=1; // uncomment this to make it fail as expected
  8. {$ifdef FPC_PIC}
  9. {$error Don't want this to compile with PIC}
  10. {$endif}
  11. implementation
  12. end.