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