hls-retrie-plugin-2.3.0.0: test/testdata/NestedNested.hs
module NestedNested where
function x = meme x
where
meme x = identity x
identity x = x
module NestedNested where
function x = meme x
where
meme x = identity x
identity x = x