mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
8 lines
108 B
C
8 lines
108 B
C
#include <mruby.h>
|
|
|
|
void
|
|
mrb_c_extension_example_gem_test(mrb_state *mrb)
|
|
{
|
|
/* test initializer in C */
|
|
}
|