root/GnuDevelopmentTools/src/hello_segfault.c

Revision 7, 79 bytes (checked in by wataru, 5 years ago)

1st edition

Line 
1 #define MESSAGE 1024
2
3 int main() {
4   printf("%s\n", MESSAGE);
5   return 123;
6  }
Note: See TracBrowser for help on using the browser.