c2hs-0.20.1: tests/bugs/issue-113/Issue113.chs
module Main where
#include "issue113.h"
{#enum annoying as Annoying {0 as Zero} with prefix = "annoying"#}
main :: IO ()
main = putStrLn "OK"
module Main where
#include "issue113.h"
{#enum annoying as Annoying {0 as Zero} with prefix = "annoying"#}
main :: IO ()
main = putStrLn "OK"