sbsv2/raptor/test/smoke_suite/test_resources/mmp/mmp9_10/armfpu.cpp
author timothy.murphy@nokia.com
Mon, 30 Nov 2009 18:04:21 +0000
branchwip
changeset 25 2b76b04e296d
parent 10 a5abe4904f43
parent 18 17b8877fc4fe
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     1
/*
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     3
* All rights reserved.
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     4
* This component and the accompanying materials are made available
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     5
* under the terms of the License "Eclipse Public License v1.0"
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     6
* which accompanies this distribution, and is available
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     8
*
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
     9
* Initial Contributors:
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    11
*
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    12
* Contributors:
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    13
*
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    14
* Description:
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    15
*
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    16
*/
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    17
#include "e32def.h" // intentional  include
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    18
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    19
char test[]="Simple test";
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    20
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    21
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    22
TInt test1;
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    23
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    24
TInt E32Main()
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    25
{
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    26
	return 0;
a5abe4904f43 Update to Perforce WIP, added and removed files.
timothy.murphy@nokia.com
parents:
diff changeset
    27
}