blob: 12e89ee6722eac6384721e5800004c570486cb6e [file] [log] [blame] [edit]
#include <stdio.h>
int main() {
printf("hi\n"); // break here
}