Add pdynload hierarchical name test from Alistair Bayley
This commit is contained in:
6
examples/pdynload/bayley1/Sub/Plugin2.hs
Normal file
6
examples/pdynload/bayley1/Sub/Plugin2.hs
Normal file
@ -0,0 +1,6 @@
|
||||
module Sub.Plugin2 where
|
||||
|
||||
import qualified API
|
||||
action :: API.PluginAPI
|
||||
action i = show i
|
||||
|
Reference in New Issue
Block a user