Add tests/fail/f-echo-multiline.c
parent
c458f4e134
commit
f60fe2625d
|
@ -0,0 +1,11 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main(void) {
|
||||||
|
int input;
|
||||||
|
scanf("%d", &input);
|
||||||
|
printf("%d\n", input);
|
||||||
|
printf("%d\n", input);
|
||||||
|
printf("%d\n", input);
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue