blob: a867b323746e53fd6cacb27262f882a0d5406d30 [file] [log] [blame]
#include <stdio.h>
int main(void) {
printf("foo is working.\n");
return 0;
}