1 
2 #include "headergen.h"
3 
4 #ifndef HEADERGEN_H
5 #  error Expected HEADERGEN_H
6 #endif
7 
main()8 int main()
9 {
10   return 0;
11 }
12