blob: 02fc351366c15cfd4e8b4cac3c66be66feeaf908 [file] [log] [blame]
#include <string>
int
main (void)
{
std::string header;
return 0;
}