blob: 1bb6b053e8eb4706cd0030b26bc5cc075aab293f [file] [log] [blame]
#include<string.h>
#define REPLACEME "incorrect"
int main(int argc, char **argv) {
return strcmp(REPLACEME, "correct");
}