1/*
2 * Copyright (c) 2009-2011, 2013 Apple Computer, Inc. All rights reserved.
3 */
4
5
6int main (int argc, char *argv[])
7{
8	return 0;
9}
10
11