xref: /freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/err.invalidpid.d (revision 246e7a2b6494cd991b08ac669ed761ecea0cc98c)
1*8e648814SRui Paulo /*
2*8e648814SRui Paulo  * This file and its contents are supplied under the terms of the
3*8e648814SRui Paulo  * Common Development and Distribution License ("CDDL"), version 1.0.
4*8e648814SRui Paulo  * You may only use this file in accordance with the terms of version
5*8e648814SRui Paulo  * 1.0 of the CDDL.
6*8e648814SRui Paulo  *
7*8e648814SRui Paulo  * A full copy of the text of the CDDL should have accompanied this
8*8e648814SRui Paulo  * source.  A copy of the CDDL is also available via the Internet at
9*8e648814SRui Paulo  * http://www.illumos.org/license/CDDL.
10*8e648814SRui Paulo  */
11*8e648814SRui Paulo 
12*8e648814SRui Paulo /*
13*8e648814SRui Paulo  * Copyright (c) 2013 Joyent, Inc.  All rights reserved.
14*8e648814SRui Paulo  */
15*8e648814SRui Paulo 
16*8e648814SRui Paulo #pragma D option quiet
17*8e648814SRui Paulo 
18*8e648814SRui Paulo BEGIN
19*8e648814SRui Paulo {
20*8e648814SRui Paulo 	trace((pidfoo`int)0);
21*8e648814SRui Paulo }
22