File: test_bug_708.pro

package info (click to toggle)
gnudatalanguage 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, 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-- 135 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
pro test_bug_708
; example given for bug 708: Unhandled exception
ab = ptr_new(fltarr(12))
cmp = {a:ab, b:ab}
heap_free, cmp
end