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

completion.cxx (84B)


      1 #include <vector>
      2 
      3 std::vector<int> v1;
      4 std::vector<> v2;
      5 
      6 int main(void) {
      7   v1.
      8 }