1#ifndef GCC_VERSION_H
2#define GCC_VERSION_H
3extern const char version_string[];
4extern const char bug_report_url[];
5#endif /* ! GCC_VERSION_H */
6