err.D_FUNC_UNDEF.badaggfunc.d revision 302408
150476Speter/*
224286Sache * CDDL HEADER START
324286Sache *
424316Sache * The contents of this file are subject to the terms of the
524286Sache * Common Development and Distribution License (the "License").
624286Sache * You may not use this file except in compliance with the License.
724286Sache *
824286Sache * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
924286Sache * or http://www.opensolaris.org/os/licensing.
1024316Sache * See the License for the specific language governing permissions
1124316Sache * and limitations under the License.
1224316Sache *
1324316Sache * When distributing Covered Code, include this CDDL HEADER in each
1424316Sache * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1524316Sache * If applicable, add the following below this CDDL HEADER, with the
1624316Sache * fields enclosed by brackets "[]" replaced with your own identifying
1724316Sache * information: Portions Copyright [yyyy] [name of copyright owner]
1824316Sache *
1924316Sache * CDDL HEADER END
2024316Sache */
2124316Sache
2224316Sache/*
2324286Sache * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
2424286Sache * Use is subject to license terms.
2524286Sache */
2624268Sache
2724268Sache#pragma	ident	"%Z%%M%	%I%	%E% SMI"
2824268Sache
2924268Sache/*
3024268Sache * ASSERTION:
3124268Sache *  Test the use of a non-supported aggregate function.
3224268Sache *
3324268Sache * SECTION: Aggregations/Aggregations
3424268Sache *
3524268Sache */
3624268Sache
3724268Sache
3824286Sache
3924286SacheBEGIN
4024286Sache{
4124316Sache	@counts["badtest"] = foo();
4224316Sache
4324316Sache}
4424316Sache