blob: 17e29fdc1cc8b83190d7889509f566a3b12e4355 [file] [log] [blame]
#include<stdio.h>
#include<string.h>
int main(void) {
if(strcmp(FOO, "bar")) {
printf("FOO is misquoted: %s\n", FOO);
return 1;
}
return 0;
}