blob: 33ab3035e86bb395a9af0416cbf5cb4edd4bb4f5 [file] [log] [blame]
#include <stdio.h>
int main() {
if (printf("this is a test")) {
return 0;
} else {
return 1;
}
}