Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1659 → Rev 1660

/wmincrt/tags/20231113/tests/stkchk/stkchk.c
0,0 → 1,7
/* This should trigger a stack overflow */
 
int main( void )
{
main();
return 0;
}