mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
10 lines
159 B
C
10 lines
159 B
C
/*
|
|
if *.c exists in test directory, auto generate this file
|
|
*/
|
|
|
|
void
|
|
mrb_c_extension_example_gem_test_init(mrb_state *mrb)
|
|
{
|
|
/* test initializer in C */
|
|
}
|