summaryrefslogtreecommitdiff
path: root/test/ragel.d/rust1.rl
diff options
context:
space:
mode:
Diffstat (limited to 'test/ragel.d/rust1.rl')
-rw-r--r--test/ragel.d/rust1.rl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ragel.d/rust1.rl b/test/ragel.d/rust1.rl
index 8a95425e..5eac919b 100644
--- a/test/ragel.d/rust1.rl
+++ b/test/ragel.d/rust1.rl
@@ -10,6 +10,8 @@
};
}%%
+fn some_fn() -> &'static str { "foo" }
+
%% write data;
fn m( s: String )