diff --git a/test.txt b/test.txt index 4717bb2..4cd8a9a 100644 --- a/test.txt +++ b/test.txt @@ -1,5 +1,12 @@ Line! +function debugUseOnly() {} function test() { -} \ No newline at end of file + debugUseOnly() + myfunction() +} + + +function myfunction() { +}