blob: 543b13c4b51d326afd16c06e8549ab96eaf509c5 [file] [log] [blame]
int main() {
char title[] = "foo and stuff\n";
printf("%s", title);
return 0;
}