sl@0: /* Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/ sl@0: /* This is a process that just exits with a failure code */ sl@0: sl@0: int sl@0: main () sl@0: { sl@0: sl@0: return 1; sl@0: }