Package Index  Table of Contents

CodeCheck ECS C/C++ to Test Suite - 147.cpp

/*
147.  Do not use goto.
*/



Function Name: main()

main() {
//Do not use goto.
goto more;
more:
}

Package Index  Table of Contents

CodeCheck Copyright (c) 1988-2005 by Abraxas Software Inc. (R). All rights reserved.