diff options
Diffstat (limited to 'test cases/rust/3 staticlib/value.c')
-rw-r--r-- | test cases/rust/3 staticlib/value.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/rust/3 staticlib/value.c b/test cases/rust/3 staticlib/value.c new file mode 100644 index 0000000..b71c806 --- /dev/null +++ b/test cases/rust/3 staticlib/value.c @@ -0,0 +1,5 @@ +int +c_explore_value (void) +{ + return 42; +} |