We now support -msoft-float.
[cparser] / preproctest / header.h
1 #ifndef HEADER_H
2 #define HEADER_H
3
4 int in_the_header;
5
6 #endif