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