/////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2000-2014 Ericsson Telecom AB // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v1.0 // which accompanies this distribution, and is available at // http://www.eclipse.org/legal/epl-v10.html /////////////////////////////////////////////////////////////////////////////// //This is just a random file to ensure that compilation fails, //because 'compiler -c' lists the modules and their versions only on error. //But it needs to have correct syntax and contain semantic errors only, //ever since CR_TR00018961 was implemented. module junk { type component junk {} testcase junk() runs on junk {} }