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

a.c (120B)


      1 int main(int argc, char const *argv)
      2 {
      3   return 0;
      4 }
      5 
      6 int * volatile volatile_int_ptr;
      7 int * restrict restrict_int_ptr;