Sha256: ae864e1ab4d0c30154aa3c35b414fe1be6bfb564f4bf6c6330874cb2947a6a7f
Contents?: true
Size: 377 Bytes
Versions: 1
Compression:
Stored size: 377 Bytes
Contents
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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rockit-0.7.1 | tests/unit/rockit/assembler/llvm/utest_module.rb |