[mlir] Improve error message when number of operands and types differ (#118488)
[llvm-project.git] / libcxx / test / std / iterators / iterator.synopsis / nothing_to_do.pass.cpp
blob1f764da05d6b5f59e47bc8d5f6f806c2d120315e
1 //===----------------------------------------------------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 int main(int, char**)
12 return 0;