blob: 7613afefc3a96205cc91d7a1e53b48686ba44128 [file] [log] [blame]
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char **argv) {
puts("1..1");
puts("not ok 1 - some test");
return 2;
}