1// Copyright (C) 2016-2018 T. Zachary Laine
2//
3// Distributed under the Boost Software License, Version 1.0. (See
4// accompanying file LICENSE_1_0.txt or copy at
5// http://www.boost.org/LICENSE_1_0.txt)
6#include <boost/yap/expression.hpp>
7
8
9int main()
10{
11 boost::yap::argument(boost::yap::make_terminal(t: 1), boost::hana::llong_c<0>);
12}
13

source code of boost/libs/yap/test/fail_argument.cpp