diff --git a/c2hs.cabal b/c2hs.cabal
--- a/c2hs.cabal
+++ b/c2hs.cabal
@@ -1,5 +1,5 @@
 Name:           c2hs
-Version:        0.28.4
+Version:        0.28.5
 License:        GPL-2
 License-File:   COPYING
 Copyright:      Copyright (c) 1999-2007 Manuel M T Chakravarty
@@ -102,6 +102,7 @@
   tests/bugs/issue-152/*.chs tests/bugs/issue-152/*.h
   tests/bugs/issue-155/*.chs tests/bugs/issue-155/*.h
   tests/bugs/issue-180/*.chs tests/bugs/issue-180/*.h
+  tests/bugs/issue-192/*.chs tests/bugs/issue-192/*.h
 
 source-repository head
   type:         git
diff --git a/tests/bugs/issue-192/Issue192.chs b/tests/bugs/issue-192/Issue192.chs
new file mode 100644
--- /dev/null
+++ b/tests/bugs/issue-192/Issue192.chs
@@ -0,0 +1,3 @@
+module Issue192 where
+
+#include "issue-192.h"
diff --git a/tests/bugs/issue-192/issue-192.h b/tests/bugs/issue-192/issue-192.h
new file mode 100644
--- /dev/null
+++ b/tests/bugs/issue-192/issue-192.h
@@ -0,0 +1,2 @@
+extern int __fpclassifyf128 (_Float128 __value) __attribute__ ((__nothrow__ , __leaf__))
+  __attribute__ ((__const__));
