ffi-clang

FORK: Ruby FFI bindings for my custom patched clang 8.0.
git clone https://git.neptards.moe/neptards/ffi-clang.git
Log | Files | Refs | README

class.cpp (83B)


      1 struct Factory {
      2   void create();
      3 };
      4 
      5 void Factory::create()
      6 {
      7   this->create();
      8 }