require 'test/unit' require 'rockit/assembler/llvm/module' include Rockit::Assembler::LLVM class UTestLLVMInstructions < Test::Unit::TestCase # Hello world example module class TestModule1 < LLVM::Module LC0 = internal constant '[13 x sbyte]' c("hello world\0A") declare int "puts", [sbytep] defmethod("main", int, []) do end end def te end