1
/* Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
2
/* This is a process that just exits with a failure code */
3
4
int
5
main ()
6
{
7
8
return 1;
9
}