/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/ruby/refcount_runme.rb
21 строка
244 B
Gonzalo Garramuno
Removed macro stuff titles of author, copyright,
06 май 2007, 22:02
06 май 2007, 22:02
8742036
Код
Авторство
О чём код?
#!/usr/bin/env ruby # # Put description here # # # # # require 'swig_assert' require 'refcount' a = Refcount::A3.new; b1 = Refcount::B.new a; b2 = Refcount::B.new a; if a.ref_count() != 3 print "This program will crash... now\n" end