Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c701cbdbd6198740e4ec64eb4e706fe57064d9be
/
.
/
Tests
/
FindRuby
/
Test
/
ruby_version.c
blob: 880043684f5bb753673fed714f9c761156ab4f4e [
file
]
#include
"ruby.h"
int
main
(
void
)
{
ruby_show_version
();
return
0
;
}