plugins-1.3: testsuite/make/odir/api/API.hs
module API where
data Interface = Interface {
field :: String
}
plugin :: Interface
plugin = Interface { field = undefined }
module API where
data Interface = Interface {
field :: String
}
plugin :: Interface
plugin = Interface { field = undefined }