File: test_bug_3296360.pro

package info (click to toggle)
gnudatalanguage 0.9.2-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 15,212 kB
  • sloc: cpp: 114,857; sh: 11,170; makefile: 362; awk: 18; python: 6; ansic: 4
file content (4 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (8)
1
2
3
4
pro test_bug_3296360
  s=replicate(create_struct('t',[0.]),69000.0) & s.t[0]=findgen(69000.0) 
  if max(s.t) ne 68999.0 then exit, status=1
end