bow.c:1:1: warning: data definition has no type or storage class
1 | abcdjalkfjsdfksajdlfkasjdfl;ksajfd;lajsfd;lsajfdl;ajs;fd
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
bow.c:1:1: warning: type defaults to 'int' in declaration of 'abcdjalkfjsdfksajdlfkasjdfl' [-Wimplicit-int]
bow.c:1:29: warning: data definition has no type or storage class
1 | abcdjalkfjsdfksajdlfkasjdfl;ksajfd;lajsfd;lsajfdl;ajs;fd
| ^~~~~~
bow.c:1:29: warning: type defaults to 'int' in declaration of 'ksajfd' [-Wimplicit-int]
bow.c:1:36: warning: data definition has no type or storage class
1 | abcdjalkfjsdfksajdlfkasjdfl;ksajfd;lajsfd;lsajfdl;ajs;fd
| ^~~~~~
bow.c:1:36: warning: type defaults to 'int' in declaration of 'lajsfd' [-Wimplicit-int]
bow.c:1:43: warning: data definition has no type or storage class
1 | abcdjalkfjsdfksajdlfkasjdfl;ksajfd;lajsfd;lsajfdl;ajs;fd
| ^~~~~~~
bow.c:1:43: warning: type defaults to 'int' in declaration of 'lsajfdl' [-Wimplicit-int]
bow.c:1:51: warning: data definition has no type or storage class
1 | abcdjalkfjsdfksajdlfkasjdfl;ksajfd;lajsfd;lsajfdl;ajs;fd
| ^~~
bow.c:1:51: warning: type defaults to 'int' in declaration of 'ajs' [-Wimplicit-int]
bow.c:1:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
1 | abcdjalkfjsdfksajdlfkasjdfl;ksajfd;lajsfd;lsajfdl;ajs;fd
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~