packages feed

plugins-1.5.1: testsuite/dynload/should_fail/Plugin.hs

{-# OPTIONS -fglasgow-exts #-}
module Plugin where

import API
import Data.Dynamic

v :: Int
v = 0xdeadbeef

resource_dyn :: Dynamic
resource_dyn = toDyn v