1249426Spfg/*
2249426Spfg * CDDL HEADER START
3249426Spfg *
4249426Spfg * This file and its contents are supplied under the terms of the
5249426Spfg * Common Development and Distribution License ("CDDL"), version 1.0.
6249426Spfg * You may only use this file in accordance with the terms of version
7249426Spfg * 1.0 of the CDDL.
8249426Spfg *
9249426Spfg * A full copy of the text of the CDDL should have accompanied this
10249426Spfg * source.  A copy of the CDDL is also available via the Internet at
11249426Spfg * http://www.illumos.org/license/CDDL.
12249426Spfg *
13249426Spfg * CDDL HEADER END
14249426Spfg */
15249426Spfg
16249426Spfg/*
17249426Spfg * Copyright (c) 2012 by Delphix. All rights reserved.
18249426Spfg */
19249426Spfg
20249426SpfgBEGIN
21249426Spfg{
22249426Spfg	@ = count();
23249426Spfg	trace(@);
24249426Spfg}
25249426Spfg
26249426SpfgBEGIN
27249426Spfg{
28249426Spfg	exit(0);
29249426Spfg}
30