# File lib/Borges/TestCase/ContinuationTest.rb, line 125 def testSimplestCallCC x = callcc do |cc| cc.call(true) end assert(x) end