1279377Simp/*
2279377Simp * CDDL HEADER START
3279377Simp *
4279377Simp * The contents of this file are subject to the terms of the
5279377Simp * Common Development and Distribution License (the "License").
6279377Simp * You may not use this file except in compliance with the License.
7279377Simp *
8279377Simp * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9279377Simp * or http://www.opensolaris.org/os/licensing.
10279377Simp * See the License for the specific language governing permissions
11279377Simp * and limitations under the License.
12279377Simp *
13279377Simp * When distributing Covered Code, include this CDDL HEADER in each
14279377Simp * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15279377Simp * If applicable, add the following below this CDDL HEADER, with the
16279377Simp * fields enclosed by brackets "[]" replaced with your own identifying
17279377Simp * information: Portions Copyright [yyyy] [name of copyright owner]
18279377Simp *
19279377Simp * CDDL HEADER END
20279377Simp */
21279377Simp
22279377Simp/*
23279377Simp * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24279377Simp * Use is subject to license terms.
25279377Simp */
26279377Simp
27279377Simp#pragma ident	"%Z%%M%	%I%	%E% SMI"
28279377Simp
29279377Simp/*
30279377Simp * ASSERTION: Test a clause where an unknown identifier appears in a predicated
31279377Simp *            clause inside an aggregating function.
32279377Simp * SECTION:   Program Structure / Probe Clauses and Declarations
33279377Simp *
34279377Simp */
35279377Simp
36279377SimpBEGIN
37279377Simp/1/
38279377Simp{
39279377Simp	@a = max(x);
40279377Simp}
41279377Simp