blob: fbd058133441b63a57100d9b0ec4fac2ecf318d1 [file] [log] [blame]
#include <iostream>
int main()
{
std::cout << "int foo;\n";
return 0;
}