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