Overhaul for_statement_to_firm() so it is more friendly towards SSA construction...
[cparser] / preproctest / header.h
1 #ifndef HEADER_H
2 #define HEADER_H
3
4 #include "preproctest/header.h"
5
6 int in_the_header;
7
8 #endif