
#include "headergen.h"

#ifndef HEADERGEN_H
#  error Expected HEADERGEN_H
#endif

int main()
{
  return 0;
}
