Files
cpp-thirdparty/winx64/bin/swig-3.0.12/Examples/test-suite/ruby/virtual_derivation_runme.rb
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06:00

19 lines
240 B
Ruby

#!/usr/bin/env ruby
#
# Put description here
#
#
#
#
#
require 'swig_assert'
require 'virtual_derivation'
b = Virtual_derivation::B.new 3
if b.get_a() != b.get_b()
print "something is still wrong ", b.get_a(), b.get_b(), "\n"
end