blob: 5daec64e316778aff2c943d90072c52d23f5cb04 [file] [log] [blame]
int rust_func(void);
int main(int argc, char *argv[]) {
return rust_func();
}