diff options
Diffstat (limited to 'inttest/thooks/fish.erl')
-rw-r--r-- | inttest/thooks/fish.erl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inttest/thooks/fish.erl b/inttest/thooks/fish.erl new file mode 100644 index 0000000..739cb94 --- /dev/null +++ b/inttest/thooks/fish.erl @@ -0,0 +1,5 @@ +-module(fish). + +-compile(export_all). + +fish() -> fish. |