sbsv2/raptor/test/smoke_suite/test_resources/pp/test4.cc
author tnmurphy@4GBL06592.nokia.com
Sat, 21 Nov 2009 00:36:02 +0000
branchwip
changeset 13 8789c7c7c420
permissions -rw-r--r--
Parallel-parsing "noexport" flag.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13
8789c7c7c420 Parallel-parsing "noexport" flag.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
     1
#include "e32def.h" // intentional  include
8789c7c7c420 Parallel-parsing "noexport" flag.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
     2
8789c7c7c420 Parallel-parsing "noexport" flag.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
     3
8789c7c7c420 Parallel-parsing "noexport" flag.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
     4
TInt test4()
8789c7c7c420 Parallel-parsing "noexport" flag.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
     5
{
8789c7c7c420 Parallel-parsing "noexport" flag.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
     6
	return 0;
8789c7c7c420 Parallel-parsing "noexport" flag.
tnmurphy@4GBL06592.nokia.com
parents:
diff changeset
     7
}