fork download
  1. program ideone;
  2. begin
  3. WriteLn(SizeOf(LongInt) = SizeOf(Integer))
  4. end.
Success #stdin #stdout 0s 276KB
stdin
Standard input is empty
stdout
FALSE