Corrent whitespace inconsistencies when printing type qualifiers.
[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