Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 2053a0d9eaaf755b990f80ce4df504a7 > files > 124

waf-1.5.9-1mdv2010.0.noarch.rpm


#include "config.h"
#include "another_config.h"

int hmmm = TEST_DEFINE;

#ifndef boo
  #error "boo is not defined"
#endif

#ifndef bidule
  #error "bidule is not defined"
#endif

#if bidule != 34
  #error "bidule is not 34"
#endif

int main()
{
	return 0;
}