121308Sache/*
221308Sache * CDDL HEADER START
321308Sache *
421308Sache * The contents of this file are subject to the terms of the
521308Sache * Common Development and Distribution License (the "License").
621308Sache * You may not use this file except in compliance with the License.
721308Sache *
821308Sache * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
921308Sache * or http://www.opensolaris.org/os/licensing.
1021308Sache * See the License for the specific language governing permissions
1121308Sache * and limitations under the License.
1221308Sache *
1321308Sache * When distributing Covered Code, include this CDDL HEADER in each
1421308Sache * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1521308Sache * If applicable, add the following below this CDDL HEADER, with the
1621308Sache * fields enclosed by brackets "[]" replaced with your own identifying
1721308Sache * information: Portions Copyright [yyyy] [name of copyright owner]
1821308Sache *
1921308Sache * CDDL HEADER END
2021308Sache */
2121308Sache
2221308Sache/*
2321308Sache * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
2421308Sache * Use is subject to license terms.
2521308Sache */
2621308Sache
2721308Sache#pragma ident	"%Z%%M%	%I%	%E% SMI"
2821308Sache
2921308SacheBEGIN
3021308Sache{
3121308Sache	@[jstack()] = count();
3221308Sache
3321308Sache	printa("%p\n", @);
3421308Sache
3521308Sache	exit(0);
3621308Sache}
3721308Sache