tst.same.d revision 178477
1257099Srpaulo/*
2257099Srpaulo * CDDL HEADER START
3263161Sjmmv *
4263161Sjmmv * The contents of this file are subject to the terms of the
5257099Srpaulo * Common Development and Distribution License (the "License").
6257099Srpaulo * You may not use this file except in compliance with the License.
7257099Srpaulo *
8257099Srpaulo * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9263161Sjmmv * or http://www.opensolaris.org/os/licensing.
10263161Sjmmv * See the License for the specific language governing permissions
11263161Sjmmv * and limitations under the License.
12257099Srpaulo *
13257099Srpaulo * When distributing Covered Code, include this CDDL HEADER in each
14257099Srpaulo * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15257099Srpaulo * If applicable, add the following below this CDDL HEADER, with the
16257099Srpaulo * fields enclosed by brackets "[]" replaced with your own identifying
17257099Srpaulo * information: Portions Copyright [yyyy] [name of copyright owner]
18257099Srpaulo *
19257099Srpaulo * CDDL HEADER END
20257099Srpaulo */
21257099Srpaulo
22257099Srpaulo/*
23257099Srpaulo * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24257099Srpaulo * Use is subject to license terms.
25257099Srpaulo */
26257099Srpaulo
27257099Srpaulo#pragma ident	"%Z%%M%	%I%	%E% SMI"
28257099Srpaulo
29257099Srpaulo#pragma D option quiet
30257099Srpaulo
31258298SjmmvBEGIN
32257099Srpaulo{
33257099Srpaulo	@ = sum(90904);
34257099Srpaulo	printa("%@d %@d %@d\n", @, @, @);
35257099Srpaulo	printa("%@d %@d %@d\n", @);
36257099Srpaulo	exit(0);
37257099Srpaulo}
38257099Srpaulo