Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1566 → Rev 1567

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