File: test_array_indices_star.pro

package info (click to toggle)
gnudatalanguage 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 80,832 kB
  • sloc: cpp: 198,435; ansic: 47,740; sh: 691; python: 474; makefile: 149; xml: 69; f90: 28
file content (6 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
; https://github.com/gnudatalanguage/gdl/issues/1445
pro test_array_indices_star
  a=cindgen(32)
  res=EXECUTE('print, a[-8:*]')
  if ~res then EXIT, status=1
end