Put the following files in the current working directory:

    ./Fib.hs
    ./examples/Fib.hs

Now run:

    doctest examples/Fib.hs

Erroneously `./Fib.hs` will be tested instead of `examples/Fib.hs`.
