tst.emptyprobe.d revision 178476
1144518Sdavidxu/*
2144518Sdavidxu * CDDL HEADER START
3144518Sdavidxu *
4144518Sdavidxu * The contents of this file are subject to the terms of the
5144518Sdavidxu * Common Development and Distribution License (the "License").
6144518Sdavidxu * You may not use this file except in compliance with the License.
7144518Sdavidxu *
8144518Sdavidxu * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9144518Sdavidxu * or http://www.opensolaris.org/os/licensing.
10144518Sdavidxu * See the License for the specific language governing permissions
11144518Sdavidxu * and limitations under the License.
12144518Sdavidxu *
13144518Sdavidxu * When distributing Covered Code, include this CDDL HEADER in each
14144518Sdavidxu * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15144518Sdavidxu * If applicable, add the following below this CDDL HEADER, with the
16144518Sdavidxu * fields enclosed by brackets "[]" replaced with your own identifying
17144518Sdavidxu * information: Portions Copyright [yyyy] [name of copyright owner]
18144518Sdavidxu *
19144518Sdavidxu * CDDL HEADER END
20144518Sdavidxu */
21144518Sdavidxu
22144518Sdavidxu/*
23144518Sdavidxu * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24144518Sdavidxu * Use is subject to license terms.
25144518Sdavidxu */
26144518Sdavidxu
27144518Sdavidxu#pragma	ident	"%Z%%M%	%I%	%E% SMI"
28144518Sdavidxu
29144518Sdavidxu/*
30144518Sdavidxu * ASSERTION:
31144518Sdavidxu *
32144518Sdavidxu * Multiple probe clause declarations.
33144518Sdavidxu *
34144518Sdavidxu * SECTION: Program Structure/Probe Clauses and Declarations
35144518Sdavidxu *
36144518Sdavidxu */
37144518Sdavidxu
38144518Sdavidxu
39144518Sdavidxu#pragma D option quiet
40144518Sdavidxu
41144518Sdavidxutick-10ms
42144518Sdavidxu{
43144518Sdavidxu}
44144518Sdavidxutick-10ms
45144518Sdavidxu{
46144518Sdavidxu	exit(0);
47144518Sdavidxu}
48144518Sdavidxu