hackport-0.8.0.0: cabal/cabal-testsuite/PackageTests/FFI/ForeignOptsCxx/cxxbits/cxxlib.h
#ifndef CXXLIB_H
#define CXXLIB_H
#ifdef __cplusplus
extern "C" {
#endif
int meaning_of_life_cxx();
#ifdef __cplusplus
}
#endif
#endif
#ifndef CXXLIB_H
#define CXXLIB_H
#ifdef __cplusplus
extern "C" {
#endif
int meaning_of_life_cxx();
#ifdef __cplusplus
}
#endif
#endif